| diagram | ![]() |
||
| children | Name Type ValueText ValueNumber ValueDate ValueBoolean | ||
| used by |
|
||
| 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> |
| diagram | ![]() |
||||||
| type | Text256Type | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="Name" type="Text256Type"> <xs:annotation> <xs:documentation>Name of attribute</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||||||||||||||
| type | restriction of xs:string | ||||||||||||||||||
| properties |
|
||||||||||||||||||
| facets |
|
||||||||||||||||||
| annotation |
|
||||||||||||||||||
| 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> |
| diagram | ![]() |
||
| type | xs:string | ||
| properties |
|
||
| source | <xs:element name="ValueText" type="xs:string"/> |
| diagram | ![]() |
||
| type | xs:decimal | ||
| properties |
|
||
| source | <xs:element name="ValueNumber" type="xs:decimal"/> |
| diagram | ![]() |
||
| type | xs:date | ||
| properties |
|
||
| source | <xs:element name="ValueDate" type="xs:date"/> |
| diagram | ![]() |
||
| type | xs:boolean | ||
| properties |
|
||
| source | <xs:element name="ValueBoolean" type="xs:boolean"/> |