Documentation for ATIS-Draft-03-00-79

Complex Type: NodeAttribute

[Table of contents]

Super-types: None
Sub-types: None
Name NodeAttribute
Used by (from the same schema document) Complex Type Chain , Complex Type Chain , Complex Type LocationReference
Abstract no
XML Instance Representation
<...>
<nodeId> IdType </nodeId> [0..1]
<chainId> IdType </chainId> [0..1]
<nodeOrigin> NodeOrigin </nodeOrigin> [0..1]
<nodeValence> NodeValence </nodeValence> [0..1]
<geoLocation> GeoLocation </geoLocation> [0..1]
<streets> [0..1]
Start Sequence [0..10]
<street> StreetInfo </street> [1]
End Sequence
</streets>
<localNodeAttribute> local:NodeAttribute </localNodeAttribute> [0..1]
</...>
Diagram
h-339103814 h-339103814 h-727320051 h361493349 h-542031743 h1398024598 h730866261
Schema Component Representation
<xs:complexType name="NodeAttribute">
<xs:sequence>
<xs:element name="nodeId" type=" IdType " minOccurs="0"/>
<xs:element name="chainId" type=" IdType " minOccurs="0"/>
<xs:element name="nodeOrigin" type=" NodeOrigin " minOccurs="0"/>
<xs:element name="nodeValence" type=" NodeValence " minOccurs="0"/>
<xs:element name="geoLocation" type=" GeoLocation " minOccurs="0"/>
<xs:element name="streets" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="0" maxOccurs="10">
<xs:element name="street" type=" StreetInfo "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="localNodeAttribute" type=" local:NodeAttribute " minOccurs="0"/>
</xs:sequence>
</xs:complexType>