Documentation for ATIS-Draft-03-00-79

Complex Type: CPTParkingSpace

[Table of contents]

Super-types: None
Sub-types: None
Name CPTParkingSpace
Used by (from the same schema document) Complex Type CCPullInReport , Complex Type CCPullOutReport , Complex Type SCHPullInOutInfo
Abstract no
XML Instance Representation
<...>
<park-lot> CPT-GenericCounter </park-lot> [0..1]
<park-level> CPT-GenericCounter </park-level> [0..1]
<park-row> CPT-GenericCounter </park-row> [0..1]
<park-column> CPT-GenericCounter </park-column> [0..1]
<park-space> CPT-GenericCounter </park-space> [0..1]
</...>
Diagram
h240005744 h240005744 h240005744 h240005744 h240005744
Schema Component Representation
<xs:complexType name="CPTParkingSpace">
<xs:sequence>
<xs:element name="park-lot" type=" CPT-GenericCounter " minOccurs="0"/>
<xs:element name="park-level" type=" CPT-GenericCounter " minOccurs="0"/>
<xs:element name="park-row" type=" CPT-GenericCounter " minOccurs="0"/>
<xs:element name="park-column" type=" CPT-GenericCounter " minOccurs="0"/>
<xs:element name="park-space" type=" CPT-GenericCounter " minOccurs="0"/>
</xs:sequence>
</xs:complexType>