complexType NodeStatus
diagram
namespace http://www.ite.org/tmdd
children organization-id network-id node-status operator-id
used by
element nodeStatus
source <xs:complexType name="NodeStatus">
 
<xs:sequence>
   
<xs:annotation>
     
<xs:documentation>
       
<objectClass>Node</objectClass>
       
<definition/>
     
</xs:documentation>
   
</xs:annotation>
   
<xs:element name="organization-id" type="OrganizationInformation"/>
   
<xs:element name="network-id" type="Roadway-network-identifier"/>
   
<xs:element name="node-status">
     
<xs:complexType>
       
<xs:sequence maxOccurs="255">
         
<xs:element name="node-statu" type="NodeStatusList"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="operator-id" type="Organization-resource-identifier"/>
 
</xs:sequence>
</xs:complexType>

element NodeStatus/organization-id
diagram
type OrganizationInformation
properties
isRef 0
content complex
children organization-id organization-name organization-location organization-function organization-contact-details center-contact-list last-update-time
source <xs:element name="organization-id" type="OrganizationInformation"/>

element NodeStatus/network-id
diagram
type Roadway-network-identifier
properties
isRef 0
content simple
facets
minLength 1
maxLength 32
source <xs:element name="network-id" type="Roadway-network-identifier"/>

element NodeStatus/node-status
diagram
properties
isRef 0
content complex
children node-statu
source <xs:element name="node-status">
 
<xs:complexType>
   
<xs:sequence maxOccurs="255">
     
<xs:element name="node-statu" type="NodeStatusList"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element NodeStatus/node-status/node-statu
diagram
type NodeStatusList
properties
isRef 0
content complex
children node-id node-name node-status
source <xs:element name="node-statu" type="NodeStatusList"/>

element NodeStatus/operator-id
diagram
type Organization-resource-identifier
properties
isRef 0
content simple
facets
minLength 1
maxLength 32
source <xs:element name="operator-id" type="Organization-resource-identifier"/>


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