| schema location: | |
| attributeFormDefault: | unqualified |
| elementFormDefault: | qualified |
| Elements | Complex types |
| edart | cause |
| causelist |
| diagram | ![]() |
||
| properties |
|
||
| children | causelist | ||
| annotation |
|
||
| source | <xs:element name="edart"> <xs:annotation> <xs:documentation>eDART root element</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="causelist" type="causelist"/> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||
| type | causelist | ||
| properties |
|
||
| children | cause | ||
| source | <xs:element name="causelist" type="causelist"/> |
| diagram | ![]() |
||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||
| source | <xs:complexType name="cause"> <xs:annotation> <xs:documentation>A single cause</xs:documentation> </xs:annotation> <xs:attribute name="description" type="xs:string"/> <xs:attribute name="id" type="xs:integer"/> <xs:attribute name="causeDescription" type="xs:string"/> <xs:attribute name="retired" type="xs:boolean"/> </xs:complexType> |
| type | xs:string |
| source | <xs:attribute name="description" type="xs:string"/> |
| type | xs:integer |
| source | <xs:attribute name="id" type="xs:integer"/> |
| type | xs:string |
| source | <xs:attribute name="causeDescription" type="xs:string"/> |
| type | xs:boolean |
| source | <xs:attribute name="retired" type="xs:boolean"/> |
| diagram | ![]() |
||
| children | cause | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:complexType name="causelist"> <xs:annotation> <xs:documentation>List of Transmission Causes</xs:documentation> </xs:annotation> <xs:sequence maxOccurs="unbounded"> <xs:element name="cause" type="cause"/> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||||||||||||||||||||||||||
| type | cause | ||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||
| source | <xs:element name="cause" type="cause"/> |