<xs:attributeGroup name="PortInfoGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Contains information pertaining to a port.</xs:documentation>
</xs:annotation>
<xs:attributeGroup ref="LocationInfoGroup" />
<xs:attribute name="EmbarkIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true idicates embarking.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="DisembarkIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true indicates debarking.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|