complexType lrms:IdType
diagram
namespace http://www.LRMS-Adopted-02-00-00
children intOrAlpha databaseID
used by
elements lrms:Geometry/area lrms:AreaLocation/areaId lrms:PublicGridLocalReference/cellId lrms:Chain/chain/chainId lrms:NodeAttribute/chainId lrms:LocationReference/externalID lrms:LinkLocation/linkId tcip:SPStreetSeg/node1 tcip:SPStreetSeg/node2 lrms:NodeAttribute/nodeId lrms:PublicGridLocalReference/nodeId lrms:SpatialObject/objectId lrms:PointLocation/pointNodeId tcip:SPPoint/pointNodeId tcip:SPStreetSeg/segID tcip:SPStreetSeg/street lrms:StreetInfo/streetIndex lrms:Transition/transitionId
source <xs:complexType name="IdType">
 
<xs:sequence>
   
<xs:element name="intOrAlpha">
     
<xs:complexType>
       
<xs:choice>
         
<xs:element name="id" type="Int-index32"/>
         
<xs:element name="idAlpha" type="String-index64"/>
       
</xs:choice>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="databaseID" type="String-index64"/>
 
</xs:sequence>
</xs:complexType>

element lrms:IdType/intOrAlpha
diagram
properties
isRef 0
content complex
children id idAlpha
source <xs:element name="intOrAlpha">
 
<xs:complexType>
   
<xs:choice>
     
<xs:element name="id" type="Int-index32"/>
     
<xs:element name="idAlpha" type="String-index64"/>
   
</xs:choice>
 
</xs:complexType>
</xs:element>

element lrms:IdType/intOrAlpha/id
diagram
type lrms:Int-index32
properties
isRef 0
content simple
source <xs:element name="id" type="Int-index32"/>

element lrms:IdType/intOrAlpha/idAlpha
diagram
type lrms:String-index64
properties
isRef 0
content simple
facets
minLength 1
maxLength 64
source <xs:element name="idAlpha" type="String-index64"/>

element lrms:IdType/databaseID
diagram
type lrms:String-index64
properties
isRef 0
content simple
facets
minLength 1
maxLength 64
source <xs:element name="databaseID" type="String-index64"/>


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