Documentation for ATIS-Draft-03-00-79

Complex Type: IdentityOrLocation

[Table of contents]

Super-types: None
Sub-types: None
Name IdentityOrLocation
Used by (from the same schema document) Complex Type ParkingLotInformation
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<location> lrms:LocationReference </location> [1]
<dbIdentity> DatabaseIdentity </dbIdentity> [1]
End Choice
</...>
Diagram
h1843378481 h-346001954
Schema Component Representation
<xs:complexType name="IdentityOrLocation">
<xs:choice>
<xs:element name="location" type=" lrms:LocationReference "/>
<xs:element name="dbIdentity" type=" DatabaseIdentity "/>
</xs:choice>
</xs:complexType>