complexType WGS84Type
diagram gluon3_1_p537.png
namespace http://gluon.nrk.no/tpeg3_1
children tpeg:expansion tpeg:height
used by
elements location_containerType/location_coordinates/location_point/WGS84 node_referenceType/WGS84
attributes
Name  Type  Use  Default  Fixed  Annotation
longitude  xs:string  required      
latitude  xs:string  required      
source <xs:complexType name="WGS84Type">
 
<xs:choice minOccurs="0" maxOccurs="unbounded">
   
<xs:element name="expansion" type="tpeg:expansionType"/>
   
<xs:element name="height">
     
<xs:complexType>
       
<xs:attribute name="height_descriptor" type="xs:string" use="required"/>
       
<xs:attribute name="height" type="xs:string" use="required"/>
     
</xs:complexType>
   
</xs:element>
 
</xs:choice>
 
<xs:attribute name="longitude" type="xs:string" use="required"/>
 
<xs:attribute name="latitude" type="xs:string" use="required"/>
</xs:complexType>

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

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

element WGS84Type/expansion
diagram gluon3_1_p538.png
namespace http://gluon.nrk.no/tpeg3_1
type tpeg:expansionType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
radius_of_circle  xs:string  required      
source <xs:element name="expansion" type="tpeg:expansionType"/>

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

attribute WGS84Type/height/@height_descriptor
type xs:string
properties
use required
source <xs:attribute name="height_descriptor" type="xs:string" use="required"/>

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


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