| schema location: | |
| attributeFormDefault: | |
| elementFormDefault: | |
| Elements |
| edart |
| reason_id |
| reason_list |
| reason_text |
| reason_type |
| diagram | ![]() |
||
| properties |
|
||
| children | reason_list | ||
| source | <xs:element name="edart"> <xs:complexType> <xs:sequence> <xs:element ref="reason_list"/> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||
| type | restriction of xs:positiveInteger | ||
| properties |
|
||
| used by |
|
||
| source | <xs:element name="reason_id"> <xs:simpleType> <xs:restriction base="xs:positiveInteger"/> </xs:simpleType> </xs:element> |
| diagram | ![]() |
||
| properties |
|
||
| children | reason_type | ||
| used by |
|
||
| source | <xs:element name="reason_list"> <xs:complexType> <xs:sequence> <xs:element ref="reason_type" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||
| type | restriction of xs:string | ||
| properties |
|
||
| used by |
|
||
| source | <xs:element name="reason_text"> <xs:simpleType> <xs:restriction base="xs:string"/> </xs:simpleType> </xs:element> |
| diagram | ![]() |
||
| properties |
|
||
| children | reason_id reason_text | ||
| used by |
|
||
| source | <xs:element name="reason_type"> <xs:complexType> <xs:sequence> <xs:element ref="reason_id"/> <xs:element ref="reason_text"/> </xs:sequence> </xs:complexType> </xs:element> |