Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element TCollectiviteInformations / parent-coll
Namespace No namespace
Diagram
Diagram conf-metier13.tmp#id62 conf-metier13.tmp#id63 conf-metier13.tmp#id64 conf-metier13.tmp#id60 conf-metier13.tmp#id61
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model code-path , libelle-path
Children code-path, libelle-path
Instance
<parent-coll id="" level="" libelle="">
  <code-path>{1,1}</code-path>
  <libelle-path>{1,1}</libelle-path>
</parent-coll>
Attributes
QName Type Fixed Default Use Annotation
id xs:ID required
level xs:int required
libelle xs:string required
Source
<xs:element name="parent-coll" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="code-path" type="TPseudoXPath"/>
      <xs:element name="libelle-path" type="TPseudoXPath"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID" use="required"/>
    <xs:attribute name="level" type="xs:int" use="required"/>
    <xs:attribute name="libelle" type="xs:string" use="required"/>
  </xs:complexType>
</xs:element>
Element parent-coll / TCollectiviteInformations / code-path
Namespace No namespace
Diagram
Diagram conf-metier6.tmp#id43
Type TPseudoXPath
Properties
content: simple
Source
<xs:element name="code-path" type="TPseudoXPath"/>
Element parent-coll / TCollectiviteInformations / libelle-path
Namespace No namespace
Diagram
Diagram conf-metier6.tmp#id43
Type TPseudoXPath
Properties
content: simple
Source
<xs:element name="libelle-path" type="TPseudoXPath"/>
Complex Type TCollectiviteInformations
Namespace No namespace
Diagram
Diagram conf-metier11.tmp#id57 conf-metier11.tmp#id58 conf-metier11.tmp#id54 conf-metier11.tmp#id55 conf-metier11.tmp#id56 conf-metier11.tmp#id53 conf-metier13.tmp#id59
Type extension of TRecherchePaire
Type hierarchy
Used by
Model path{0,1} , code-path , libelle-path , parent-coll*
Children code-path, libelle-path, parent-coll, path
Attributes
QName Type Fixed Default Use Annotation
id xs:NCName required
Représente un identifiant unique au sein du groupe auquel il appartient.
sort xs:NCName optional
Source
<xs:complexType name="TCollectiviteInformations">
  <xs:complexContent>
    <xs:extension base="TRecherchePaire">
      <xs:sequence>
        <xs:element name="parent-coll" minOccurs="0" maxOccurs="unbounded">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="code-path" type="TPseudoXPath"/>
              <xs:element name="libelle-path" type="TPseudoXPath"/>
            </xs:sequence>
            <xs:attribute name="id" type="xs:ID" use="required"/>
            <xs:attribute name="level" type="xs:int" use="required"/>
            <xs:attribute name="libelle" type="xs:string" use="required"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Attribute parent-coll / TCollectiviteInformations / @id
Namespace No namespace
Type xs:ID
Properties
use: required
Used by
Source
<xs:attribute name="id" type="xs:ID" use="required"/>
Attribute parent-coll / TCollectiviteInformations / @level
Namespace No namespace
Type xs:int
Properties
use: required
Used by
Source
<xs:attribute name="level" type="xs:int" use="required"/>
Attribute parent-coll / TCollectiviteInformations / @libelle
Namespace No namespace
Type xs:string
Properties
use: required
Used by
Source
<xs:attribute name="libelle" type="xs:string" use="required"/>