j:PassagePointType

complexType PassagePointType in namespace http://release.niem.gov/niem/domains/jxdm/7.0/

Definition

A data type for a point of entry or a point of exit to a location or structure.

Diagram

XML Schema

<xs:complexType name="PassagePointType">
<xs:annotation>
<xs:documentation>
A data type for a point of entry or a point of exit to a location or structure.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:PassagePointDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PassagePointSecurityCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PassagePointSecurityStatusAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PassagePointMethodAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PassagePointText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PassagePointCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PassagePoint" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PassagePointAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>