complexType animalsType
diagram gluon3_1_p346.png
namespace http://gluon.nrk.no/tpeg3_1
children tpeg:position tpeg:animal_problem tpeg:animal_info
used by
elements road_traffic_messageType/accidents/animals road_traffic_messageType/obstructions/animals road_traffic_messageType/moving_hazards/animals
attributes
Name  Type  Use  Default  Fixed  Annotation
number_of  xs:string  required      
source <xs:complexType name="animalsType">
 
<xs:choice minOccurs="0" maxOccurs="unbounded">
   
<xs:element name="position" type="tpeg:positionType"/>
   
<xs:element name="animal_problem">
     
<xs:complexType>
       
<xs:attribute name="animal_problem" type="xs:string" use="required"/>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="animal_info">
     
<xs:complexType>
       
<xs:attribute name="animal_type" type="xs:string" use="required"/>
       
<xs:attribute name="animal_size" type="xs:string" use="required"/>
     
</xs:complexType>
   
</xs:element>
 
</xs:choice>
 
<xs:attribute name="number_of" type="xs:string" use="required"/>
</xs:complexType>

attribute animalsType/@number_of
type xs:string
properties
use required
source <xs:attribute name="number_of" type="xs:string" use="required"/>

element animalsType/position
diagram gluon3_1_p347.png
namespace http://gluon.nrk.no/tpeg3_1
type tpeg:positionType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
position  xs:string  required      
source <xs:element name="position" type="tpeg:positionType"/>

element animalsType/animal_problem
diagram gluon3_1_p348.png
namespace http://gluon.nrk.no/tpeg3_1
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
animal_problem  xs:string  required      
source <xs:element name="animal_problem">
 
<xs:complexType>
   
<xs:attribute name="animal_problem" type="xs:string" use="required"/>
 
</xs:complexType>
</xs:element>

attribute animalsType/animal_problem/@animal_problem
type xs:string
properties
use required
source <xs:attribute name="animal_problem" type="xs:string" use="required"/>

element animalsType/animal_info
diagram gluon3_1_p349.png
namespace http://gluon.nrk.no/tpeg3_1
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
animal_type  xs:string  required      
animal_size  xs:string  required      
source <xs:element name="animal_info">
 
<xs:complexType>
   
<xs:attribute name="animal_type" type="xs:string" use="required"/>
   
<xs:attribute name="animal_size" type="xs:string" use="required"/>
 
</xs:complexType>
</xs:element>

attribute animalsType/animal_info/@animal_type
type xs:string
properties
use required
source <xs:attribute name="animal_type" type="xs:string" use="required"/>

attribute animalsType/animal_info/@animal_size
type xs:string
properties
use required
source <xs:attribute name="animal_size" type="xs:string" use="required"/>


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