Schema transmissioncauses.xsd


schema location
attributeFormDefault unqualified
elementFormDefault qualified
 
Elements  Complex types 
edart  cause 
causelist 


element edart
diagram transmissioncauses_p1.png
properties
content complex
children causelist
annotation
documentation
eDART root element
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>

element edart/causelist
diagram transmissioncauses_p2.png
type causelist
properties
content complex
children cause
source <xs:element name="causelist" type="causelist"/>

complexType cause
diagram transmissioncauses_p3.png
used by
element causelist/cause
attributes
Name  Type  Use  Default  Fixed  Annotation
description  xs:string        
id  xs:integer        
causeDescription  xs:string        
retired  xs:boolean        
annotation
documentation
A single cause
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>

attribute cause/@description
type xs:string
source <xs:attribute name="description" type="xs:string"/>

attribute cause/@id
type xs:integer
source <xs:attribute name="id" type="xs:integer"/>

attribute cause/@causeDescription
type xs:string
source <xs:attribute name="causeDescription" type="xs:string"/>

attribute cause/@retired
type xs:boolean
source <xs:attribute name="retired" type="xs:boolean"/>

complexType causelist
diagram transmissioncauses_p4.png
children cause
used by
element edart/causelist
annotation
documentation
List of Transmission Causes
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>

element causelist/cause
diagram transmissioncauses_p5.png
type cause
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
description  xs:string        
id  xs:integer        
causeDescription  xs:string        
retired  xs:boolean        
source <xs:element name="cause" type="cause"/>


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