Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element TSpecialKeyEntry / key1
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="key1" minOccurs="0" maxOccurs="1" type="xs:string"/>
Element TSpecialKeyEntry / key2
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="key2" minOccurs="0" maxOccurs="1" type="xs:string"/>
Complex Type TSpecialKeyEntry
Namespace No namespace
Diagram
Diagram conf-metier21.tmp#id103 conf-metier21.tmp#id104 conf-metier21.tmp#id105 conf-metier21.tmp#id106 conf-metier21.tmp#id107 conf-metier21.tmp#id101 conf-metier21.tmp#id102
Used by
Model key1{0,1} , key2{0,1}
Children key1, key2
Attributes
QName Type Fixed Default Use Annotation
depends xs:boolean optional
distinct xs:boolean optional
id xs:NCName required
Représente un identifiant unique au sein du groupe auquel il appartient.
name xs:string optional
pos xs:integer optional
Source
<xs:complexType name="TSpecialKeyEntry">
  <xs:sequence>
    <xs:element name="key1" minOccurs="0" maxOccurs="1" type="xs:string"/>
    <xs:element name="key2" minOccurs="0" maxOccurs="1" type="xs:string"/>
  </xs:sequence>
  <xs:attribute name="id" use="required" type="xs:NCName">
    <xs:annotation>
      <xs:documentation>Représente un identifiant unique au sein du groupe auquel il appartient.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="name" type="xs:string" use="optional"/>
  <xs:attribute name="depends" type="xs:boolean" use="optional"/>
  <xs:attribute name="distinct" type="xs:boolean" use="optional"/>
  <xs:attribute name="pos" type="xs:integer" use="optional"/>
</xs:complexType>
Attribute TSpecialKeyEntry / @id
Namespace No namespace
Annotations
Représente un identifiant unique au sein du groupe auquel il appartient.
Type xs:NCName
Properties
use: required
Used by
Complex Type TSpecialKeyEntry
Source
<xs:attribute name="id" use="required" type="xs:NCName">
  <xs:annotation>
    <xs:documentation>Représente un identifiant unique au sein du groupe auquel il appartient.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute TSpecialKeyEntry / @name
Namespace No namespace
Type xs:string
Properties
use: optional
Used by
Complex Type TSpecialKeyEntry
Source
<xs:attribute name="name" type="xs:string" use="optional"/>
Attribute TSpecialKeyEntry / @depends
Namespace No namespace
Type xs:boolean
Properties
use: optional
Used by
Complex Type TSpecialKeyEntry
Source
<xs:attribute name="depends" type="xs:boolean" use="optional"/>
Attribute TSpecialKeyEntry / @distinct
Namespace No namespace
Type xs:boolean
Properties
use: optional
Used by
Complex Type TSpecialKeyEntry
Source
<xs:attribute name="distinct" type="xs:boolean" use="optional"/>
Attribute TSpecialKeyEntry / @pos
Namespace No namespace
Type xs:integer
Properties
use: optional
Used by
Complex Type TSpecialKeyEntry
Source
<xs:attribute name="pos" type="xs:integer" use="optional"/>