complexType location_containerType
diagram gluon3_1_p355.png
namespace http://gluon.nrk.no/tpeg3_1
children tpeg:location_coordinates tpeg:location_descriptions
used by
elements public_transport_informationType/location_container public_transport_informationType/service_information/route_description/route_description_type/location_container road_traffic_messageType/location_container road_traffic_messageType/diversion_advice/advice/routeing/location_container
attributes
Name  Type  Use  Default  Fixed  Annotation
language  xs:string        
source <xs:complexType name="location_containerType">
 
<xs:choice minOccurs="0" maxOccurs="unbounded">
   
<xs:element name="location_coordinates">
     
<xs:complexType>
       
<xs:choice minOccurs="0" maxOccurs="unbounded">
         
<xs:element name="mode_type_list" type="tpeg:mode_type_listType"/>
         
<xs:element name="location_point">
           
<xs:complexType>
             
<xs:choice minOccurs="0" maxOccurs="unbounded">
               
<xs:element name="WGS84" type="tpeg:WGS84Type"/>
               
<xs:element name="location_descriptor">
                 
<xs:complexType>
                   
<xs:sequence>
                     
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
                   
</xs:sequence>
                   
<xs:attribute name="descriptor_type" type="xs:string" use="required"/>
                   
<xs:attribute name="descriptor" type="xs:string" use="required"/>
                 
</xs:complexType>
               
</xs:element>
             
</xs:choice>
           
</xs:complexType>
         
</xs:element>
         
<xs:element name="direction" type="tpeg:directionType"/>
       
</xs:choice>
       
<xs:attribute name="location_type" type="xs:string"/>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="location_descriptions">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:choice minOccurs="0" maxOccurs="unbounded">
           
<xs:element name="area_reference">
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="area_tree_entry" minOccurs="0" maxOccurs="unbounded">
                   
<xs:complexType>
                     
<xs:choice minOccurs="0" maxOccurs="unbounded">
                       
<xs:element name="area_type">
                         
<xs:complexType>
                           
<xs:attribute name="area_type" type="xs:string" use="required"/>
                         
</xs:complexType>
                       
</xs:element>
                       
<xs:element name="area_qualifier">
                         
<xs:complexType>
                           
<xs:attribute name="area_qualifier" type="xs:string" use="required"/>
                         
</xs:complexType>
                       
</xs:element>
                       
<xs:element name="area_descriptor">
                         
<xs:complexType>
                           
<xs:sequence>
                             
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
                           
</xs:sequence>
                           
<xs:attribute name="area_name" type="xs:string" use="required"/>
                         
</xs:complexType>
                       
</xs:element>
                     
</xs:choice>
                     
<xs:attribute name="level" type="xs:string" use="required"/>
                     
<xs:attribute name="branch" type="xs:string" use="required"/>
                     
<xs:attribute name="predecessor_branch" type="xs:string" use="required"/>
                   
</xs:complexType>
                 
</xs:element>
               
</xs:sequence>
               
<xs:attribute name="country" type="xs:string" use="required"/>
               
<xs:attribute name="area_tree_version" type="xs:string" use="required"/>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="network_reference">
             
<xs:complexType>
               
<xs:choice minOccurs="0" maxOccurs="unbounded">
                 
<xs:element name="link_number">
                   
<xs:complexType>
                     
<xs:attribute name="link_number" type="xs:string" use="required"/>
                   
</xs:complexType>
                 
</xs:element>
                 
<xs:element name="link_number_suffix">
                   
<xs:complexType>
                     
<xs:attribute name="character" type="xs:string" use="required"/>
                   
</xs:complexType>
                 
</xs:element>
                 
<xs:element name="direction" type="tpeg:directionType"/>
                 
<xs:element name="segment_name">
                   
<xs:complexType>
                     
<xs:choice minOccurs="0" maxOccurs="unbounded">
                       
<xs:element name="from_descriptor">
                         
<xs:complexType>
                           
<xs:sequence>
                             
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
                           
</xs:sequence>
                           
<xs:attribute name="from_name" type="xs:string" use="required"/>
                         
</xs:complexType>
                       
</xs:element>
                       
<xs:element name="to_descriptor">
                         
<xs:complexType>
                           
<xs:sequence>
                             
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
                           
</xs:sequence>
                           
<xs:attribute name="to_name" type="xs:string" use="required"/>
                         
</xs:complexType>
                       
</xs:element>
                     
</xs:choice>
                   
</xs:complexType>
                 
</xs:element>
                 
<xs:element name="link_descriptor">
                   
<xs:complexType>
                     
<xs:sequence>
                       
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
                     
</xs:sequence>
                     
<xs:attribute name="link_name" type="xs:string" use="required"/>
                   
</xs:complexType>
                 
</xs:element>
                 
<xs:element name="network_operator_descriptor">
                   
<xs:complexType>
                     
<xs:sequence>
                       
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
                     
</xs:sequence>
                     
<xs:attribute name="network_operator_name" type="xs:string" use="required"/>
                   
</xs:complexType>
                 
</xs:element>
               
</xs:choice>
               
<xs:attribute name="network_layer" type="xs:string" use="required"/>
               
<xs:attribute name="link_type" type="xs:string" use="required"/>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="node_reference" type="tpeg:node_referenceType"/>
         
</xs:choice>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:choice>
 
<xs:attribute name="language" type="xs:string"/>
</xs:complexType>

attribute location_containerType/@language
type xs:string
source <xs:attribute name="language" type="xs:string"/>

element location_containerType/location_coordinates
diagram gluon3_1_p356.png
namespace http://gluon.nrk.no/tpeg3_1
properties
content complex
children tpeg:mode_type_list tpeg:location_point tpeg:direction
attributes
Name  Type  Use  Default  Fixed  Annotation
location_type  xs:string        
source <xs:element name="location_coordinates">
 
<xs:complexType>
   
<xs:choice minOccurs="0" maxOccurs="unbounded">
     
<xs:element name="mode_type_list" type="tpeg:mode_type_listType"/>
     
<xs:element name="location_point">
       
<xs:complexType>
         
<xs:choice minOccurs="0" maxOccurs="unbounded">
           
<xs:element name="WGS84" type="tpeg:WGS84Type"/>
           
<xs:element name="location_descriptor">
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
               
</xs:sequence>
               
<xs:attribute name="descriptor_type" type="xs:string" use="required"/>
               
<xs:attribute name="descriptor" type="xs:string" use="required"/>
             
</xs:complexType>
           
</xs:element>
         
</xs:choice>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="direction" type="tpeg:directionType"/>
   
</xs:choice>
   
<xs:attribute name="location_type" type="xs:string"/>
 
</xs:complexType>
</xs:element>

attribute location_containerType/location_coordinates/@location_type
type xs:string
source <xs:attribute name="location_type" type="xs:string"/>

element location_containerType/location_coordinates/mode_type_list
diagram gluon3_1_p357.png
namespace http://gluon.nrk.no/tpeg3_1
type tpeg:mode_type_listType
properties
content complex
children tpeg:mode_of_transport
source <xs:element name="mode_type_list" type="tpeg:mode_type_listType"/>

element location_containerType/location_coordinates/location_point
diagram gluon3_1_p358.png
namespace http://gluon.nrk.no/tpeg3_1
properties
content complex
children tpeg:WGS84 tpeg:location_descriptor
source <xs:element name="location_point">
 
<xs:complexType>
   
<xs:choice minOccurs="0" maxOccurs="unbounded">
     
<xs:element name="WGS84" type="tpeg:WGS84Type"/>
     
<xs:element name="location_descriptor">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
         
</xs:sequence>
         
<xs:attribute name="descriptor_type" type="xs:string" use="required"/>
         
<xs:attribute name="descriptor" type="xs:string" use="required"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:choice>
 
</xs:complexType>
</xs:element>

element location_containerType/location_coordinates/location_point/WGS84
diagram gluon3_1_p359.png
namespace http://gluon.nrk.no/tpeg3_1
type tpeg:WGS84Type
properties
content complex
children tpeg:expansion tpeg:height
attributes
Name  Type  Use  Default  Fixed  Annotation
longitude  xs:string  required      
latitude  xs:string  required      
source <xs:element name="WGS84" type="tpeg:WGS84Type"/>

element location_containerType/location_coordinates/location_point/location_descriptor
diagram gluon3_1_p360.png
namespace http://gluon.nrk.no/tpeg3_1
properties
content complex
children tpeg:language
attributes
Name  Type  Use  Default  Fixed  Annotation
descriptor_type  xs:string  required      
descriptor  xs:string  required      
source <xs:element name="location_descriptor">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
   
</xs:sequence>
   
<xs:attribute name="descriptor_type" type="xs:string" use="required"/>
   
<xs:attribute name="descriptor" type="xs:string" use="required"/>
 
</xs:complexType>
</xs:element>

attribute location_containerType/location_coordinates/location_point/location_descriptor/@descriptor_type
type xs:string
properties
use required
source <xs:attribute name="descriptor_type" type="xs:string" use="required"/>

attribute location_containerType/location_coordinates/location_point/location_descriptor/@descriptor
type xs:string
properties
use required
source <xs:attribute name="descriptor" type="xs:string" use="required"/>

element location_containerType/location_coordinates/location_point/location_descriptor/language
diagram gluon3_1_p361.png
namespace http://gluon.nrk.no/tpeg3_1
type tpeg:languageType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
language_code  xs:string  required      
source <xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>

element location_containerType/location_coordinates/direction
diagram gluon3_1_p362.png
namespace http://gluon.nrk.no/tpeg3_1
type tpeg:directionType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
direction_type  xs:string  required      
source <xs:element name="direction" type="tpeg:directionType"/>

element location_containerType/location_descriptions
diagram gluon3_1_p363.png
namespace http://gluon.nrk.no/tpeg3_1
properties
content complex
children tpeg:area_reference tpeg:network_reference tpeg:node_reference
source <xs:element name="location_descriptions">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:choice minOccurs="0" maxOccurs="unbounded">
       
<xs:element name="area_reference">
         
<xs:complexType>
           
<xs:sequence>
             
<xs:element name="area_tree_entry" minOccurs="0" maxOccurs="unbounded">
               
<xs:complexType>
                 
<xs:choice minOccurs="0" maxOccurs="unbounded">
                   
<xs:element name="area_type">
                     
<xs:complexType>
                       
<xs:attribute name="area_type" type="xs:string" use="required"/>
                     
</xs:complexType>
                   
</xs:element>
                   
<xs:element name="area_qualifier">
                     
<xs:complexType>
                       
<xs:attribute name="area_qualifier" type="xs:string" use="required"/>
                     
</xs:complexType>
                   
</xs:element>
                   
<xs:element name="area_descriptor">
                     
<xs:complexType>
                       
<xs:sequence>
                         
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
                       
</xs:sequence>
                       
<xs:attribute name="area_name" type="xs:string" use="required"/>
                     
</xs:complexType>
                   
</xs:element>
                 
</xs:choice>
                 
<xs:attribute name="level" type="xs:string" use="required"/>
                 
<xs:attribute name="branch" type="xs:string" use="required"/>
                 
<xs:attribute name="predecessor_branch" type="xs:string" use="required"/>
               
</xs:complexType>
             
</xs:element>
           
</xs:sequence>
           
<xs:attribute name="country" type="xs:string" use="required"/>
           
<xs:attribute name="area_tree_version" type="xs:string" use="required"/>
         
</xs:complexType>
       
</xs:element>
       
<xs:element name="network_reference">
         
<xs:complexType>
           
<xs:choice minOccurs="0" maxOccurs="unbounded">
             
<xs:element name="link_number">
               
<xs:complexType>
                 
<xs:attribute name="link_number" type="xs:string" use="required"/>
               
</xs:complexType>
             
</xs:element>
             
<xs:element name="link_number_suffix">
               
<xs:complexType>
                 
<xs:attribute name="character" type="xs:string" use="required"/>
               
</xs:complexType>
             
</xs:element>
             
<xs:element name="direction" type="tpeg:directionType"/>
             
<xs:element name="segment_name">
               
<xs:complexType>
                 
<xs:choice minOccurs="0" maxOccurs="unbounded">
                   
<xs:element name="from_descriptor">
                     
<xs:complexType>
                       
<xs:sequence>
                         
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
                       
</xs:sequence>
                       
<xs:attribute name="from_name" type="xs:string" use="required"/>
                     
</xs:complexType>
                   
</xs:element>
                   
<xs:element name="to_descriptor">
                     
<xs:complexType>
                       
<xs:sequence>
                         
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
                       
</xs:sequence>
                       
<xs:attribute name="to_name" type="xs:string" use="required"/>
                     
</xs:complexType>
                   
</xs:element>
                 
</xs:choice>
               
</xs:complexType>
             
</xs:element>
             
<xs:element name="link_descriptor">
               
<xs:complexType>
                 
<xs:sequence>
                   
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
                 
</xs:sequence>
                 
<xs:attribute name="link_name" type="xs:string" use="required"/>
               
</xs:complexType>
             
</xs:element>
             
<xs:element name="network_operator_descriptor">
               
<xs:complexType>
                 
<xs:sequence>
                   
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
                 
</xs:sequence>
                 
<xs:attribute name="network_operator_name" type="xs:string" use="required"/>
               
</xs:complexType>
             
</xs:element>
           
</xs:choice>
           
<xs:attribute name="network_layer" type="xs:string" use="required"/>
           
<xs:attribute name="link_type" type="xs:string" use="required"/>
         
</xs:complexType>
       
</xs:element>
       
<xs:element name="node_reference" type="tpeg:node_referenceType"/>
     
</xs:choice>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element location_containerType/location_descriptions/area_reference
diagram gluon3_1_p364.png
namespace http://gluon.nrk.no/tpeg3_1
properties
content complex
children tpeg:area_tree_entry
attributes
Name  Type  Use  Default  Fixed  Annotation
country  xs:string  required      
area_tree_version  xs:string  required      
source <xs:element name="area_reference">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="area_tree_entry" minOccurs="0" maxOccurs="unbounded">
       
<xs:complexType>
         
<xs:choice minOccurs="0" maxOccurs="unbounded">
           
<xs:element name="area_type">
             
<xs:complexType>
               
<xs:attribute name="area_type" type="xs:string" use="required"/>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="area_qualifier">
             
<xs:complexType>
               
<xs:attribute name="area_qualifier" type="xs:string" use="required"/>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="area_descriptor">
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
               
</xs:sequence>
               
<xs:attribute name="area_name" type="xs:string" use="required"/>
             
</xs:complexType>
           
</xs:element>
         
</xs:choice>
         
<xs:attribute name="level" type="xs:string" use="required"/>
         
<xs:attribute name="branch" type="xs:string" use="required"/>
         
<xs:attribute name="predecessor_branch" type="xs:string" use="required"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="country" type="xs:string" use="required"/>
   
<xs:attribute name="area_tree_version" type="xs:string" use="required"/>
 
</xs:complexType>
</xs:element>

attribute location_containerType/location_descriptions/area_reference/@country
type xs:string
properties
use required
source <xs:attribute name="country" type="xs:string" use="required"/>

attribute location_containerType/location_descriptions/area_reference/@area_tree_version
type xs:string
properties
use required
source <xs:attribute name="area_tree_version" type="xs:string" use="required"/>

element location_containerType/location_descriptions/area_reference/area_tree_entry
diagram gluon3_1_p365.png
namespace http://gluon.nrk.no/tpeg3_1
properties
minOcc 0
maxOcc unbounded
content complex
children tpeg:area_type tpeg:area_qualifier tpeg:area_descriptor
attributes
Name  Type  Use  Default  Fixed  Annotation
level  xs:string  required      
branch  xs:string  required      
predecessor_branch  xs:string  required      
source <xs:element name="area_tree_entry" minOccurs="0" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:choice minOccurs="0" maxOccurs="unbounded">
     
<xs:element name="area_type">
       
<xs:complexType>
         
<xs:attribute name="area_type" type="xs:string" use="required"/>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="area_qualifier">
       
<xs:complexType>
         
<xs:attribute name="area_qualifier" type="xs:string" use="required"/>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="area_descriptor">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
         
</xs:sequence>
         
<xs:attribute name="area_name" type="xs:string" use="required"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:choice>
   
<xs:attribute name="level" type="xs:string" use="required"/>
   
<xs:attribute name="branch" type="xs:string" use="required"/>
   
<xs:attribute name="predecessor_branch" type="xs:string" use="required"/>
 
</xs:complexType>
</xs:element>

attribute location_containerType/location_descriptions/area_reference/area_tree_entry/@level
type xs:string
properties
use required
source <xs:attribute name="level" type="xs:string" use="required"/>

attribute location_containerType/location_descriptions/area_reference/area_tree_entry/@branch
type xs:string
properties
use required
source <xs:attribute name="branch" type="xs:string" use="required"/>

attribute location_containerType/location_descriptions/area_reference/area_tree_entry/@predecessor_branch
type xs:string
properties
use required
source <xs:attribute name="predecessor_branch" type="xs:string" use="required"/>

element location_containerType/location_descriptions/area_reference/area_tree_entry/area_type
diagram gluon3_1_p366.png
namespace http://gluon.nrk.no/tpeg3_1
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
area_type  xs:string  required      
source <xs:element name="area_type">
 
<xs:complexType>
   
<xs:attribute name="area_type" type="xs:string" use="required"/>
 
</xs:complexType>
</xs:element>

attribute location_containerType/location_descriptions/area_reference/area_tree_entry/area_type/@area_type
type xs:string
properties
use required
source <xs:attribute name="area_type" type="xs:string" use="required"/>

element location_containerType/location_descriptions/area_reference/area_tree_entry/area_qualifier
diagram gluon3_1_p367.png
namespace http://gluon.nrk.no/tpeg3_1
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
area_qualifier  xs:string  required      
source <xs:element name="area_qualifier">
 
<xs:complexType>
   
<xs:attribute name="area_qualifier" type="xs:string" use="required"/>
 
</xs:complexType>
</xs:element>

attribute location_containerType/location_descriptions/area_reference/area_tree_entry/area_qualifier/@area_qualifier
type xs:string
properties
use required
source <xs:attribute name="area_qualifier" type="xs:string" use="required"/>

element location_containerType/location_descriptions/area_reference/area_tree_entry/area_descriptor
diagram gluon3_1_p368.png
namespace http://gluon.nrk.no/tpeg3_1
properties
content complex
children tpeg:language
attributes
Name  Type  Use  Default  Fixed  Annotation
area_name  xs:string  required      
source <xs:element name="area_descriptor">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
   
</xs:sequence>
   
<xs:attribute name="area_name" type="xs:string" use="required"/>
 
</xs:complexType>
</xs:element>

attribute location_containerType/location_descriptions/area_reference/area_tree_entry/area_descriptor/@area_name
type xs:string
properties
use required
source <xs:attribute name="area_name" type="xs:string" use="required"/>

element location_containerType/location_descriptions/area_reference/area_tree_entry/area_descriptor/language
diagram gluon3_1_p369.png
namespace http://gluon.nrk.no/tpeg3_1
type tpeg:languageType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
language_code  xs:string  required      
source <xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>

element location_containerType/location_descriptions/network_reference
diagram gluon3_1_p370.png
namespace http://gluon.nrk.no/tpeg3_1
properties
content complex
children tpeg:link_number tpeg:link_number_suffix tpeg:direction tpeg:segment_name tpeg:link_descriptor tpeg:network_operator_descriptor
attributes
Name  Type  Use  Default  Fixed  Annotation
network_layer  xs:string  required      
link_type  xs:string  required      
source <xs:element name="network_reference">
 
<xs:complexType>
   
<xs:choice minOccurs="0" maxOccurs="unbounded">
     
<xs:element name="link_number">
       
<xs:complexType>
         
<xs:attribute name="link_number" type="xs:string" use="required"/>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="link_number_suffix">
       
<xs:complexType>
         
<xs:attribute name="character" type="xs:string" use="required"/>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="direction" type="tpeg:directionType"/>
     
<xs:element name="segment_name">
       
<xs:complexType>
         
<xs:choice minOccurs="0" maxOccurs="unbounded">
           
<xs:element name="from_descriptor">
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
               
</xs:sequence>
               
<xs:attribute name="from_name" type="xs:string" use="required"/>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="to_descriptor">
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
               
</xs:sequence>
               
<xs:attribute name="to_name" type="xs:string" use="required"/>
             
</xs:complexType>
           
</xs:element>
         
</xs:choice>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="link_descriptor">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
         
</xs:sequence>
         
<xs:attribute name="link_name" type="xs:string" use="required"/>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="network_operator_descriptor">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
         
</xs:sequence>
         
<xs:attribute name="network_operator_name" type="xs:string" use="required"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:choice>
   
<xs:attribute name="network_layer" type="xs:string" use="required"/>
   
<xs:attribute name="link_type" type="xs:string" use="required"/>
 
</xs:complexType>
</xs:element>

attribute location_containerType/location_descriptions/network_reference/@network_layer
type xs:string
properties
use required
source <xs:attribute name="network_layer" type="xs:string" use="required"/>

attribute location_containerType/location_descriptions/network_reference/@link_type
type xs:string
properties
use required
source <xs:attribute name="link_type" type="xs:string" use="required"/>

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

attribute location_containerType/location_descriptions/network_reference/link_number/@link_number
type xs:string
properties
use required
source <xs:attribute name="link_number" type="xs:string" use="required"/>

element location_containerType/location_descriptions/network_reference/link_number_suffix
diagram gluon3_1_p372.png
namespace http://gluon.nrk.no/tpeg3_1
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
character  xs:string  required      
source <xs:element name="link_number_suffix">
 
<xs:complexType>
   
<xs:attribute name="character" type="xs:string" use="required"/>
 
</xs:complexType>
</xs:element>

attribute location_containerType/location_descriptions/network_reference/link_number_suffix/@character
type xs:string
properties
use required
source <xs:attribute name="character" type="xs:string" use="required"/>

element location_containerType/location_descriptions/network_reference/direction
diagram gluon3_1_p373.png
namespace http://gluon.nrk.no/tpeg3_1
type tpeg:directionType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
direction_type  xs:string  required      
source <xs:element name="direction" type="tpeg:directionType"/>

element location_containerType/location_descriptions/network_reference/segment_name
diagram gluon3_1_p374.png
namespace http://gluon.nrk.no/tpeg3_1
properties
content complex
children tpeg:from_descriptor tpeg:to_descriptor
source <xs:element name="segment_name">
 
<xs:complexType>
   
<xs:choice minOccurs="0" maxOccurs="unbounded">
     
<xs:element name="from_descriptor">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
         
</xs:sequence>
         
<xs:attribute name="from_name" type="xs:string" use="required"/>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="to_descriptor">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
         
</xs:sequence>
         
<xs:attribute name="to_name" type="xs:string" use="required"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:choice>
 
</xs:complexType>
</xs:element>

element location_containerType/location_descriptions/network_reference/segment_name/from_descriptor
diagram gluon3_1_p375.png
namespace http://gluon.nrk.no/tpeg3_1
properties
content complex
children tpeg:language
attributes
Name  Type  Use  Default  Fixed  Annotation
from_name  xs:string  required      
source <xs:element name="from_descriptor">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
   
</xs:sequence>
   
<xs:attribute name="from_name" type="xs:string" use="required"/>
 
</xs:complexType>
</xs:element>

attribute location_containerType/location_descriptions/network_reference/segment_name/from_descriptor/@from_name
type xs:string
properties
use required
source <xs:attribute name="from_name" type="xs:string" use="required"/>

element location_containerType/location_descriptions/network_reference/segment_name/from_descriptor/language
diagram gluon3_1_p376.png
namespace http://gluon.nrk.no/tpeg3_1
type tpeg:languageType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
language_code  xs:string  required      
source <xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>

element location_containerType/location_descriptions/network_reference/segment_name/to_descriptor
diagram gluon3_1_p377.png
namespace http://gluon.nrk.no/tpeg3_1
properties
content complex
children tpeg:language
attributes
Name  Type  Use  Default  Fixed  Annotation
to_name  xs:string  required      
source <xs:element name="to_descriptor">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
   
</xs:sequence>
   
<xs:attribute name="to_name" type="xs:string" use="required"/>
 
</xs:complexType>
</xs:element>

attribute location_containerType/location_descriptions/network_reference/segment_name/to_descriptor/@to_name
type xs:string
properties
use required
source <xs:attribute name="to_name" type="xs:string" use="required"/>

element location_containerType/location_descriptions/network_reference/segment_name/to_descriptor/language
diagram gluon3_1_p378.png
namespace http://gluon.nrk.no/tpeg3_1
type tpeg:languageType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
language_code  xs:string  required      
source <xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>

element location_containerType/location_descriptions/network_reference/link_descriptor
diagram gluon3_1_p379.png
namespace http://gluon.nrk.no/tpeg3_1
properties
content complex
children tpeg:language
attributes
Name  Type  Use  Default  Fixed  Annotation
link_name  xs:string  required      
source <xs:element name="link_descriptor">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
   
</xs:sequence>
   
<xs:attribute name="link_name" type="xs:string" use="required"/>
 
</xs:complexType>
</xs:element>

attribute location_containerType/location_descriptions/network_reference/link_descriptor/@link_name
type xs:string
properties
use required
source <xs:attribute name="link_name" type="xs:string" use="required"/>

element location_containerType/location_descriptions/network_reference/link_descriptor/language
diagram gluon3_1_p380.png
namespace http://gluon.nrk.no/tpeg3_1
type tpeg:languageType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
language_code  xs:string  required      
source <xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>

element location_containerType/location_descriptions/network_reference/network_operator_descriptor
diagram gluon3_1_p381.png
namespace http://gluon.nrk.no/tpeg3_1
properties
content complex
children tpeg:language
attributes
Name  Type  Use  Default  Fixed  Annotation
network_operator_name  xs:string  required      
source <xs:element name="network_operator_descriptor">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>
   
</xs:sequence>
   
<xs:attribute name="network_operator_name" type="xs:string" use="required"/>
 
</xs:complexType>
</xs:element>

attribute location_containerType/location_descriptions/network_reference/network_operator_descriptor/@network_operator_name
type xs:string
properties
use required
source <xs:attribute name="network_operator_name" type="xs:string" use="required"/>

element location_containerType/location_descriptions/network_reference/network_operator_descriptor/language
diagram gluon3_1_p382.png
namespace http://gluon.nrk.no/tpeg3_1
type tpeg:languageType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
language_code  xs:string  required      
source <xs:element name="language" type="tpeg:languageType" minOccurs="0" maxOccurs="unbounded"/>

element location_containerType/location_descriptions/node_reference
diagram gluon3_1_p383.png
namespace http://gluon.nrk.no/tpeg3_1
type tpeg:node_referenceType
properties
content complex
children tpeg:node_descriptor tpeg:reference_object tpeg:WGS84 tpeg:expansion tpeg:floor tpeg:node_reference_descriptor tpeg:mode_type_list tpeg:associated_modes
attributes
Name  Type  Use  Default  Fixed  Annotation
node_type  xs:string  required      
source <xs:element name="node_reference" type="tpeg:node_referenceType"/>


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