complexType NodeInventory
diagram
namespace http://www.ite.org/tmdd
children organization-information network-id node-list last-update
used by
element nodeInventory
annotation
documentation
<objectClass>Node</objectClass>
<definition/>
source <xs:complexType name="NodeInventory">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>Node</objectClass>
     
<definition/>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="organization-information" type="OrganizationInformation"/>
   
<xs:element name="network-id" type="Roadway-network-identifier"/>
   
<xs:element name="node-list">
     
<xs:complexType>
       
<xs:sequence maxOccurs="255">
         
<xs:element name="node" type="NodeList"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="last-update" type="DateTimeZone" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element NodeInventory/organization-information
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-information" type="OrganizationInformation"/>

element NodeInventory/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 NodeInventory/node-list
diagram
properties
isRef 0
content complex
children node
source <xs:element name="node-list">
 
<xs:complexType>
   
<xs:sequence maxOccurs="255">
     
<xs:element name="node" type="NodeList"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element NodeInventory/node-list/node
diagram
type NodeList
properties
isRef 0
content complex
children node-id node-name node-type node-location node-links-number
source <xs:element name="node" type="NodeList"/>

element NodeInventory/last-update
diagram
type DateTimeZone
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="last-update" type="DateTimeZone" minOccurs="0"/>


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