Documentation for ATIS-Draft-03-00-79

Complex Type: AdminAreaGroup

[Table of contents]

Super-types: None
Sub-types: None
Name AdminAreaGroup
Used by (from the same schema document) Complex Type LinearReference , Complex Type LinearReference , Complex Type AddressLink , Complex Type AddressLink , Complex Type AddressPoint , Complex Type AreaLocation , Complex Type CrossStreetsLink , Complex Type CrossStreetsLink , Complex Type CrossStreetsPoint , Complex Type LinkLocation , Complex Type PointLocation
Abstract no
XML Instance Representation
<...>
Start Choice [1..*]
<city> Text-name255 </city> [1]
<county> Text-name255 </county> [1]
<state> Text-name255 </state> [1]
<postalCode> PostalCode </postalCode> [1]
<countryCode> CountryCode </countryCode> [1]
<stateFIPS> Int-index8 </stateFIPS> [1]
<entityIPS> Int-index32 </entityIPS> [1]
<countyFIPS> Int-index16 </countyFIPS> [1]
<cityFIPS> Int-index32 </cityFIPS> [1]
<localAdminAreaGroup> local:AdminAreaGroup </localAdminAreaGroup> [0..1]
End Choice
</...>
Diagram
h-1187766196 h-1187766196 h-1187766196 h188316573 h2144554238 h-1832156279 h-962269906 h-962269964 h-962269906 h1047336
Schema Component Representation
<xs:complexType name="AdminAreaGroup">
<xs:choice minOccurs="1" maxOccurs="unbounded">
<xs:element name="city" type=" Text-name255 "/>
<xs:element name="county" type=" Text-name255 "/>
<xs:element name="state" type=" Text-name255 "/>
<xs:element name="postalCode" type=" PostalCode "/>
<xs:element name="countryCode" type=" CountryCode "/>
<xs:element name="stateFIPS" type=" Int-index8 "/>
<xs:element name="entityIPS" type=" Int-index32 "/>
<xs:element name="countyFIPS" type=" Int-index16 "/>
<xs:element name="cityFIPS" type=" Int-index32 "/>
<xs:element name="localAdminAreaGroup" type=" local:AdminAreaGroup " minOccurs="0"/>
</xs:choice>
</xs:complexType>