complexType AttributeType
diagram index_p223.png
children Name Type ValueText ValueNumber ValueDate ValueBoolean
used by
element AttributesType/Attribute
source <xs:complexType name="AttributeType">
 
<xs:sequence>
   
<xs:element name="Name" type="Text256Type">
     
<xs:annotation>
       
<xs:documentation>Name of attribute</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Type">
     
<xs:annotation>
       
<xs:documentation>Type of attribute:
T ... Text
N ... Number
D ... Date
B ... Boolean
</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:length value="1"/>
         
<xs:enumeration value="T"/>
         
<xs:enumeration value="N"/>
         
<xs:enumeration value="D"/>
         
<xs:enumeration value="B"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:choice>
     
<xs:element name="ValueText" type="xs:string"/>
     
<xs:element name="ValueNumber" type="xs:decimal"/>
     
<xs:element name="ValueDate" type="xs:date"/>
     
<xs:element name="ValueBoolean" type="xs:boolean"/>
   
</xs:choice>
 
</xs:sequence>
</xs:complexType>

element AttributeType/Name
diagram index_p224.png
type Text256Type
properties
content simple
facets
Kind Value Annotation
maxLength 256
annotation
documentation
Name of attribute
source <xs:element name="Name" type="Text256Type">
 
<xs:annotation>
   
<xs:documentation>Name of attribute</xs:documentation>
 
</xs:annotation>
</xs:element>

element AttributeType/Type
diagram index_p225.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
length 1
enumeration T
enumeration N
enumeration D
enumeration B
annotation
documentation
Type of attribute:
T ... Text
N ... Number
D ... Date
B ... Boolean
source <xs:element name="Type">
 
<xs:annotation>
   
<xs:documentation>Type of attribute:
T ... Text
N ... Number
D ... Date
B ... Boolean
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:length value="1"/>
     
<xs:enumeration value="T"/>
     
<xs:enumeration value="N"/>
     
<xs:enumeration value="D"/>
     
<xs:enumeration value="B"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element AttributeType/ValueText
diagram index_p226.png
type xs:string
properties
content simple
source <xs:element name="ValueText" type="xs:string"/>

element AttributeType/ValueNumber
diagram index_p227.png
type xs:decimal
properties
content simple
source <xs:element name="ValueNumber" type="xs:decimal"/>

element AttributeType/ValueDate
diagram index_p228.png
type xs:date
properties
content simple
source <xs:element name="ValueDate" type="xs:date"/>

element AttributeType/ValueBoolean
diagram index_p229.png
type xs:boolean
properties
content simple
source <xs:element name="ValueBoolean" type="xs:boolean"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy