diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | tpeg:repetitive_time tpeg:non_repetitive_time tpeg:location_container tpeg:accidents tpeg:obstructions tpeg:activities tpeg:road_conditions tpeg:network_performance tpeg:network_conditions tpeg:facilities_performance tpeg:moving_hazards tpeg:security_alert tpeg:public_transport_info tpeg:visibility tpeg:weather tpeg:diversion_advice | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="road_traffic_messageType"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="repetitive_time"> <xs:complexType> <xs:attribute name="hour" type="xs:string" use="required"/> <xs:attribute name="minute" type="xs:string" use="required"/> <xs:attribute name="duration" type="xs:string" use="required"/> <xs:attribute name="day_mask" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="non_repetitive_time"> <xs:complexType> <xs:sequence> <xs:element name="non_rep_time" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:attribute name="start_time" type="xs:string" use="required"/> <xs:attribute name="duration" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="location_container" type="tpeg:location_containerType"/> <xs:element name="accidents"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="position" type="tpeg:positionType"/> <xs:element name="animals" type="tpeg:animalsType"/> <xs:element name="vehicles" type="tpeg:vehiclesType"/> <xs:element name="people" type="tpeg:peopleType"/> </xs:choice> <xs:attribute name="number_of" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="obstructions"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="position" type="tpeg:positionType"/> <xs:element name="animals" type="tpeg:animalsType"/> <xs:element name="vehicles" type="tpeg:vehiclesType"/> <xs:element name="people" type="tpeg:peopleType"/> <xs:element name="object"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="position" type="tpeg:positionType"/> <xs:element name="object_problem"> <xs:complexType> <xs:attribute name="object_problem" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:choice> <xs:attribute name="number_of" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:choice> <xs:attribute name="number_of" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="activities"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="position" type="tpeg:positionType"/> <xs:element name="activity"> <xs:complexType> <xs:attribute name="activity_type" type="xs:string" use="required"/> <xs:attribute name="activity_subtype" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="people" type="tpeg:peopleType"/> </xs:choice> <xs:attribute name="number_of" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="road_conditions"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="position" type="tpeg:positionType"/> <xs:element name="surface"> <xs:complexType> <xs:attribute name="general_magnitude" type="xs:string" use="required"/> <xs:attribute name="surface_condition" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="adhesion"> <xs:complexType> <xs:attribute name="general_magnitude" type="xs:string" use="required"/> <xs:attribute name="adhesion_condition" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="marking"> <xs:complexType> <xs:attribute name="marking_condition" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> <xs:element name="network_performance"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="performance"> <xs:complexType> <xs:sequence> <xs:element name="length_affected" type="tpeg:length_affectedType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="network_performance" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="speed"> <xs:complexType> <xs:attribute name="metres_per_second" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="delay"> <xs:complexType> <xs:attribute name="minutes" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="travel_time"> <xs:complexType> <xs:attribute name="minutes" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> <xs:element name="network_conditions"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="position" type="tpeg:positionType"/> <xs:element name="regulation"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="length_affected" type="tpeg:length_affectedType"/> <xs:element name="condition_status" type="tpeg:condition_statusType"/> </xs:choice> <xs:attribute name="regulation" type="xs:string" use="required"/> <xs:attribute name="regulation_quantifier" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="restriction"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="length_affected" type="tpeg:length_affectedType"/> <xs:element name="condition_status" type="tpeg:condition_statusType"/> </xs:choice> <xs:attribute name="restriction" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="roadworks"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="length_affected" type="tpeg:length_affectedType"/> <xs:element name="condition_status" type="tpeg:condition_statusType"/> </xs:choice> <xs:attribute name="roadworks" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> <xs:element name="facilities_performance"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="traffic_control"> <xs:complexType> <xs:sequence> <xs:element name="position" type="tpeg:positionType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="traffic_control_type" type="xs:string" use="required"/> <xs:attribute name="traffic_control_status" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="roadside_assistance"> <xs:complexType> <xs:attribute name="roadside_assistance_type" type="xs:string" use="required"/> <xs:attribute name="roadside_assistance_status" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="roadside_services"> <xs:complexType> <xs:attribute name="roadside_services_type" type="xs:string" use="required"/> <xs:attribute name="roadside_services_status" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> <xs:element name="moving_hazards"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="position" type="tpeg:positionType"/> <xs:element name="animals" type="tpeg:animalsType"/> <xs:element name="vehicles" type="tpeg:vehiclesType"/> <xs:element name="people" type="tpeg:peopleType"/> </xs:choice> <xs:attribute name="number_of" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="security_alert"> <xs:complexType> <xs:attribute name="security_alert" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="public_transport_info"> <xs:complexType> <xs:attribute name="public_transport_type" type="xs:string" use="required"/> <xs:attribute name="public_transport_status" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="visibility"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="obscurity"> <xs:complexType> <xs:attribute name="obscurity_problem" type="xs:string" use="required"/> <xs:attribute name="visibility_distance" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="visual_acuity"> <xs:complexType> <xs:attribute name="acuity_problem" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="lighting"> <xs:complexType> <xs:attribute name="lighting_problem" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="length_affected" type="tpeg:length_affectedType"/> </xs:choice> </xs:complexType> </xs:element> <xs:element name="weather"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="precipitation"> <xs:complexType> <xs:attribute name="general_magnitude" type="xs:string" use="required"/> <xs:attribute name="precip_problem" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="wind"> <xs:complexType> <xs:attribute name="wind_speed" type="xs:string" use="required"/> <xs:attribute name="wind_problem" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="temperature"> <xs:complexType> <xs:attribute name="degrees_celsius" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> <xs:element name="diversion_advice"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="vehicle_info" type="tpeg:vehicle_infoType"/> <xs:element name="diversion_regulation"> <xs:complexType> <xs:attribute name="regulation" type="xs:string" use="required"/> <xs:attribute name="regulation_quantifier" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="position" type="tpeg:positionType"/> <xs:element name="advice"> <xs:complexType> <xs:sequence> <xs:element name="routeing" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="location_container" type="tpeg:location_containerType" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="for" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:attribute name="metres" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="condition_status" type="xs:string" use="required"/> <xs:attribute name="advice_type" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> </xs:choice> <xs:attribute name="message_id" type="xs:string" use="required"/> <xs:attribute name="version_number" type="xs:string" use="required"/> <xs:attribute name="message_generation_time" type="xs:dateTime"/> <xs:attribute name="start_time" type="xs:dateTime"/> <xs:attribute name="stop_time" type="xs:dateTime"/> <xs:attribute name="message_expiry_time" type="xs:dateTime"/> <xs:attribute name="severity_factor" type="xs:ENTITY"/> <xs:attribute name="unverified_information" type="xs:string"/> </xs:complexType> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="message_id" type="xs:string" use="required"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="version_number" type="xs:string" use="required"/> |
type | xs:dateTime |
source | <xs:attribute name="message_generation_time" type="xs:dateTime"/> |
type | xs:dateTime |
source | <xs:attribute name="start_time" type="xs:dateTime"/> |
type | xs:dateTime |
source | <xs:attribute name="stop_time" type="xs:dateTime"/> |
type | xs:dateTime |
source | <xs:attribute name="message_expiry_time" type="xs:dateTime"/> |
type | xs:ENTITY |
source | <xs:attribute name="severity_factor" type="xs:ENTITY"/> |
type | xs:string |
source | <xs:attribute name="unverified_information" type="xs:string"/> |
diagram | |||||||||||||||||||||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:element name="repetitive_time"> <xs:complexType> <xs:attribute name="hour" type="xs:string" use="required"/> <xs:attribute name="minute" type="xs:string" use="required"/> <xs:attribute name="duration" type="xs:string" use="required"/> <xs:attribute name="day_mask" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="hour" type="xs:string" use="required"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="minute" type="xs:string" use="required"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="duration" type="xs:string" use="required"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="day_mask" type="xs:string" use="required"/> |
diagram | |||
namespace | http://gluon.nrk.no/tpeg3_1 | ||
properties |
|
||
children | tpeg:non_rep_time | ||
source | <xs:element name="non_repetitive_time"> <xs:complexType> <xs:sequence> <xs:element name="non_rep_time" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:attribute name="start_time" type="xs:string" use="required"/> <xs:attribute name="duration" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="non_rep_time" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:attribute name="start_time" type="xs:string" use="required"/> <xs:attribute name="duration" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="start_time" type="xs:string" use="required"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="duration" type="xs:string" use="required"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:location_containerType | ||||||||||||
properties |
|
||||||||||||
children | tpeg:location_coordinates tpeg:location_descriptions | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="location_container" type="tpeg:location_containerType"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
properties |
|
||||||||||||
children | tpeg:position tpeg:animals tpeg:vehicles tpeg:people | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="accidents"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="position" type="tpeg:positionType"/> <xs:element name="animals" type="tpeg:animalsType"/> <xs:element name="vehicles" type="tpeg:vehiclesType"/> <xs:element name="people" type="tpeg:peopleType"/> </xs:choice> <xs:attribute name="number_of" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="number_of" type="xs:string" use="required"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:positionType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="position" type="tpeg:positionType"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:animalsType | ||||||||||||
properties |
|
||||||||||||
children | tpeg:position tpeg:animal_problem tpeg:animal_info | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="animals" type="tpeg:animalsType"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:vehiclesType | ||||||||||||
properties |
|
||||||||||||
children | tpeg:position tpeg:vehicle_problem tpeg:vehicle_info | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="vehicles" type="tpeg:vehiclesType"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:peopleType | ||||||||||||
properties |
|
||||||||||||
children | tpeg:position tpeg:people_problem tpeg:people_info | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="people" type="tpeg:peopleType"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
properties |
|
||||||||||||
children | tpeg:position tpeg:animals tpeg:vehicles tpeg:people tpeg:object | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="obstructions"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="position" type="tpeg:positionType"/> <xs:element name="animals" type="tpeg:animalsType"/> <xs:element name="vehicles" type="tpeg:vehiclesType"/> <xs:element name="people" type="tpeg:peopleType"/> <xs:element name="object"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="position" type="tpeg:positionType"/> <xs:element name="object_problem"> <xs:complexType> <xs:attribute name="object_problem" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:choice> <xs:attribute name="number_of" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:choice> <xs:attribute name="number_of" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="number_of" type="xs:string" use="required"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:positionType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="position" type="tpeg:positionType"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:animalsType | ||||||||||||
properties |
|
||||||||||||
children | tpeg:position tpeg:animal_problem tpeg:animal_info | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="animals" type="tpeg:animalsType"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:vehiclesType | ||||||||||||
properties |
|
||||||||||||
children | tpeg:position tpeg:vehicle_problem tpeg:vehicle_info | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="vehicles" type="tpeg:vehiclesType"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:peopleType | ||||||||||||
properties |
|
||||||||||||
children | tpeg:position tpeg:people_problem tpeg:people_info | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="people" type="tpeg:peopleType"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
properties |
|
||||||||||||
children | tpeg:position tpeg:object_problem | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="object"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="position" type="tpeg:positionType"/> <xs:element name="object_problem"> <xs:complexType> <xs:attribute name="object_problem" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:choice> <xs:attribute name="number_of" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="number_of" type="xs:string" use="required"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:positionType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="position" type="tpeg:positionType"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="object_problem"> <xs:complexType> <xs:attribute name="object_problem" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="object_problem" type="xs:string" use="required"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
properties |
|
||||||||||||
children | tpeg:position tpeg:activity tpeg:people | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="activities"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="position" type="tpeg:positionType"/> <xs:element name="activity"> <xs:complexType> <xs:attribute name="activity_type" type="xs:string" use="required"/> <xs:attribute name="activity_subtype" type="xs:string"/> </xs:complexType> </xs:element> <xs:element name="people" type="tpeg:peopleType"/> </xs:choice> <xs:attribute name="number_of" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="number_of" type="xs:string" use="required"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:positionType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="position" type="tpeg:positionType"/> |
diagram | |||||||||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="activity"> <xs:complexType> <xs:attribute name="activity_type" type="xs:string" use="required"/> <xs:attribute name="activity_subtype" type="xs:string"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="activity_type" type="xs:string" use="required"/> |
type | xs:string |
source | <xs:attribute name="activity_subtype" type="xs:string"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:peopleType | ||||||||||||
properties |
|
||||||||||||
children | tpeg:position tpeg:people_problem tpeg:people_info | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="people" type="tpeg:peopleType"/> |
diagram | |||
namespace | http://gluon.nrk.no/tpeg3_1 | ||
properties |
|
||
children | tpeg:position tpeg:surface tpeg:adhesion tpeg:marking | ||
source | <xs:element name="road_conditions"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="position" type="tpeg:positionType"/> <xs:element name="surface"> <xs:complexType> <xs:attribute name="general_magnitude" type="xs:string" use="required"/> <xs:attribute name="surface_condition" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="adhesion"> <xs:complexType> <xs:attribute name="general_magnitude" type="xs:string" use="required"/> <xs:attribute name="adhesion_condition" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="marking"> <xs:complexType> <xs:attribute name="marking_condition" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:positionType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="position" type="tpeg:positionType"/> |
diagram | |||||||||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="surface"> <xs:complexType> <xs:attribute name="general_magnitude" type="xs:string" use="required"/> <xs:attribute name="surface_condition" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="general_magnitude" type="xs:string" use="required"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="surface_condition" type="xs:string" use="required"/> |
diagram | |||||||||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="adhesion"> <xs:complexType> <xs:attribute name="general_magnitude" type="xs:string" use="required"/> <xs:attribute name="adhesion_condition" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="general_magnitude" type="xs:string" use="required"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="adhesion_condition" type="xs:string" use="required"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="marking"> <xs:complexType> <xs:attribute name="marking_condition" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="marking_condition" type="xs:string" use="required"/> |
diagram | |||
namespace | http://gluon.nrk.no/tpeg3_1 | ||
properties |
|
||
children | tpeg:performance tpeg:speed tpeg:delay tpeg:travel_time | ||
source | <xs:element name="network_performance"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="performance"> <xs:complexType> <xs:sequence> <xs:element name="length_affected" type="tpeg:length_affectedType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="network_performance" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="speed"> <xs:complexType> <xs:attribute name="metres_per_second" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="delay"> <xs:complexType> <xs:attribute name="minutes" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="travel_time"> <xs:complexType> <xs:attribute name="minutes" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
properties |
|
||||||||||||
children | tpeg:length_affected | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="performance"> <xs:complexType> <xs:sequence> <xs:element name="length_affected" type="tpeg:length_affectedType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="network_performance" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="network_performance" type="xs:string" use="required"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:length_affectedType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="length_affected" type="tpeg:length_affectedType" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="speed"> <xs:complexType> <xs:attribute name="metres_per_second" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="metres_per_second" type="xs:string" use="required"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="delay"> <xs:complexType> <xs:attribute name="minutes" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="minutes" type="xs:string" use="required"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="travel_time"> <xs:complexType> <xs:attribute name="minutes" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="minutes" type="xs:string" use="required"/> |
diagram | |||
namespace | http://gluon.nrk.no/tpeg3_1 | ||
properties |
|
||
children | tpeg:position tpeg:regulation tpeg:restriction tpeg:roadworks | ||
source | <xs:element name="network_conditions"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="position" type="tpeg:positionType"/> <xs:element name="regulation"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="length_affected" type="tpeg:length_affectedType"/> <xs:element name="condition_status" type="tpeg:condition_statusType"/> </xs:choice> <xs:attribute name="regulation" type="xs:string" use="required"/> <xs:attribute name="regulation_quantifier" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="restriction"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="length_affected" type="tpeg:length_affectedType"/> <xs:element name="condition_status" type="tpeg:condition_statusType"/> </xs:choice> <xs:attribute name="restriction" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="roadworks"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="length_affected" type="tpeg:length_affectedType"/> <xs:element name="condition_status" type="tpeg:condition_statusType"/> </xs:choice> <xs:attribute name="roadworks" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:positionType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="position" type="tpeg:positionType"/> |
diagram | |||||||||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | tpeg:length_affected tpeg:condition_status | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="regulation"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="length_affected" type="tpeg:length_affectedType"/> <xs:element name="condition_status" type="tpeg:condition_statusType"/> </xs:choice> <xs:attribute name="regulation" type="xs:string" use="required"/> <xs:attribute name="regulation_quantifier" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="regulation" type="xs:string" use="required"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="regulation_quantifier" type="xs:string" use="required"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:length_affectedType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="length_affected" type="tpeg:length_affectedType"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:condition_statusType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="condition_status" type="tpeg:condition_statusType"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
properties |
|
||||||||||||
children | tpeg:length_affected tpeg:condition_status | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="restriction"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="length_affected" type="tpeg:length_affectedType"/> <xs:element name="condition_status" type="tpeg:condition_statusType"/> </xs:choice> <xs:attribute name="restriction" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="restriction" type="xs:string" use="required"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:length_affectedType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="length_affected" type="tpeg:length_affectedType"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:condition_statusType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="condition_status" type="tpeg:condition_statusType"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
properties |
|
||||||||||||
children | tpeg:length_affected tpeg:condition_status | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="roadworks"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="length_affected" type="tpeg:length_affectedType"/> <xs:element name="condition_status" type="tpeg:condition_statusType"/> </xs:choice> <xs:attribute name="roadworks" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="roadworks" type="xs:string" use="required"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:length_affectedType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="length_affected" type="tpeg:length_affectedType"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:condition_statusType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="condition_status" type="tpeg:condition_statusType"/> |
diagram | |||
namespace | http://gluon.nrk.no/tpeg3_1 | ||
properties |
|
||
children | tpeg:traffic_control tpeg:roadside_assistance tpeg:roadside_services | ||
source | <xs:element name="facilities_performance"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="traffic_control"> <xs:complexType> <xs:sequence> <xs:element name="position" type="tpeg:positionType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="traffic_control_type" type="xs:string" use="required"/> <xs:attribute name="traffic_control_status" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="roadside_assistance"> <xs:complexType> <xs:attribute name="roadside_assistance_type" type="xs:string" use="required"/> <xs:attribute name="roadside_assistance_status" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="roadside_services"> <xs:complexType> <xs:attribute name="roadside_services_type" type="xs:string" use="required"/> <xs:attribute name="roadside_services_status" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> |
diagram | |||||||||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | tpeg:position | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="traffic_control"> <xs:complexType> <xs:sequence> <xs:element name="position" type="tpeg:positionType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="traffic_control_type" type="xs:string" use="required"/> <xs:attribute name="traffic_control_status" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="traffic_control_type" type="xs:string" use="required"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="traffic_control_status" type="xs:string" use="required"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:positionType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="position" type="tpeg:positionType" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="roadside_assistance"> <xs:complexType> <xs:attribute name="roadside_assistance_type" type="xs:string" use="required"/> <xs:attribute name="roadside_assistance_status" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="roadside_assistance_type" type="xs:string" use="required"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="roadside_assistance_status" type="xs:string" use="required"/> |
diagram | |||||||||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="roadside_services"> <xs:complexType> <xs:attribute name="roadside_services_type" type="xs:string" use="required"/> <xs:attribute name="roadside_services_status" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="roadside_services_type" type="xs:string" use="required"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="roadside_services_status" type="xs:string" use="required"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
properties |
|
||||||||||||
children | tpeg:position tpeg:animals tpeg:vehicles tpeg:people | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="moving_hazards"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="position" type="tpeg:positionType"/> <xs:element name="animals" type="tpeg:animalsType"/> <xs:element name="vehicles" type="tpeg:vehiclesType"/> <xs:element name="people" type="tpeg:peopleType"/> </xs:choice> <xs:attribute name="number_of" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="number_of" type="xs:string" use="required"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:positionType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="position" type="tpeg:positionType"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:animalsType | ||||||||||||
properties |
|
||||||||||||
children | tpeg:position tpeg:animal_problem tpeg:animal_info | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="animals" type="tpeg:animalsType"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:vehiclesType | ||||||||||||
properties |
|
||||||||||||
children | tpeg:position tpeg:vehicle_problem tpeg:vehicle_info | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="vehicles" type="tpeg:vehiclesType"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:peopleType | ||||||||||||
properties |
|
||||||||||||
children | tpeg:position tpeg:people_problem tpeg:people_info | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="people" type="tpeg:peopleType"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="security_alert"> <xs:complexType> <xs:attribute name="security_alert" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="security_alert" type="xs:string" use="required"/> |
diagram | |||||||||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="public_transport_info"> <xs:complexType> <xs:attribute name="public_transport_type" type="xs:string" use="required"/> <xs:attribute name="public_transport_status" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="public_transport_type" type="xs:string" use="required"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="public_transport_status" type="xs:string" use="required"/> |
diagram | |||
namespace | http://gluon.nrk.no/tpeg3_1 | ||
properties |
|
||
children | tpeg:obscurity tpeg:visual_acuity tpeg:lighting tpeg:length_affected | ||
source | <xs:element name="visibility"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="obscurity"> <xs:complexType> <xs:attribute name="obscurity_problem" type="xs:string" use="required"/> <xs:attribute name="visibility_distance" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="visual_acuity"> <xs:complexType> <xs:attribute name="acuity_problem" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="lighting"> <xs:complexType> <xs:attribute name="lighting_problem" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="length_affected" type="tpeg:length_affectedType"/> </xs:choice> </xs:complexType> </xs:element> |
diagram | |||||||||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="obscurity"> <xs:complexType> <xs:attribute name="obscurity_problem" type="xs:string" use="required"/> <xs:attribute name="visibility_distance" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="obscurity_problem" type="xs:string" use="required"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="visibility_distance" type="xs:string" use="required"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="visual_acuity"> <xs:complexType> <xs:attribute name="acuity_problem" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="acuity_problem" type="xs:string" use="required"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="lighting"> <xs:complexType> <xs:attribute name="lighting_problem" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="lighting_problem" type="xs:string" use="required"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:length_affectedType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="length_affected" type="tpeg:length_affectedType"/> |
diagram | |||
namespace | http://gluon.nrk.no/tpeg3_1 | ||
properties |
|
||
children | tpeg:precipitation tpeg:wind tpeg:temperature | ||
source | <xs:element name="weather"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="precipitation"> <xs:complexType> <xs:attribute name="general_magnitude" type="xs:string" use="required"/> <xs:attribute name="precip_problem" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="wind"> <xs:complexType> <xs:attribute name="wind_speed" type="xs:string" use="required"/> <xs:attribute name="wind_problem" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="temperature"> <xs:complexType> <xs:attribute name="degrees_celsius" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> |
diagram | |||||||||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="precipitation"> <xs:complexType> <xs:attribute name="general_magnitude" type="xs:string" use="required"/> <xs:attribute name="precip_problem" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="general_magnitude" type="xs:string" use="required"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="precip_problem" type="xs:string" use="required"/> |
diagram | |||||||||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="wind"> <xs:complexType> <xs:attribute name="wind_speed" type="xs:string" use="required"/> <xs:attribute name="wind_problem" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="wind_speed" type="xs:string" use="required"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="wind_problem" type="xs:string" use="required"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="temperature"> <xs:complexType> <xs:attribute name="degrees_celsius" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="degrees_celsius" type="xs:string" use="required"/> |
diagram | |||
namespace | http://gluon.nrk.no/tpeg3_1 | ||
properties |
|
||
children | tpeg:vehicle_info tpeg:diversion_regulation tpeg:position tpeg:advice | ||
source | <xs:element name="diversion_advice"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="vehicle_info" type="tpeg:vehicle_infoType"/> <xs:element name="diversion_regulation"> <xs:complexType> <xs:attribute name="regulation" type="xs:string" use="required"/> <xs:attribute name="regulation_quantifier" type="xs:string" use="required"/> </xs:complexType> </xs:element> <xs:element name="position" type="tpeg:positionType"/> <xs:element name="advice"> <xs:complexType> <xs:sequence> <xs:element name="routeing" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="location_container" type="tpeg:location_containerType" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="for" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:attribute name="metres" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="condition_status" type="xs:string" use="required"/> <xs:attribute name="advice_type" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> |
diagram | |||||||||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||||||||
type | tpeg:vehicle_infoType | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="vehicle_info" type="tpeg:vehicle_infoType"/> |
diagram | |||||||||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="diversion_regulation"> <xs:complexType> <xs:attribute name="regulation" type="xs:string" use="required"/> <xs:attribute name="regulation_quantifier" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="regulation" type="xs:string" use="required"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="regulation_quantifier" type="xs:string" use="required"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:positionType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="position" type="tpeg:positionType"/> |
diagram | |||||||||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | tpeg:routeing | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="advice"> <xs:complexType> <xs:sequence> <xs:element name="routeing" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="location_container" type="tpeg:location_containerType" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="for" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:attribute name="metres" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="condition_status" type="xs:string" use="required"/> <xs:attribute name="advice_type" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="condition_status" type="xs:string" use="required"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="advice_type" type="xs:string" use="required"/> |
diagram | |||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||
properties |
|
||||||
children | tpeg:location_container tpeg:for | ||||||
source | <xs:element name="routeing" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="location_container" type="tpeg:location_containerType" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="for" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:attribute name="metres" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
type | tpeg:location_containerType | ||||||||||||
properties |
|
||||||||||||
children | tpeg:location_coordinates tpeg:location_descriptions | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="location_container" type="tpeg:location_containerType" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||||||||
namespace | http://gluon.nrk.no/tpeg3_1 | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="for" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:attribute name="metres" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="metres" type="xs:string" use="required"/> |