Definition Type: AttributeGroup
Name: PortInfoGroup
Containing Schema: OTA_CruiseCommonTypes.xsd
Documentation:
Contains information pertaining to a port.
Collapse XSD Schema Diagram:
Drilldown into DisembarkIndicator in schema ota_cruisecommontypes_xsd Drilldown into EmbarkIndicator in schema ota_cruisecommontypes_xsd Drilldown into ShorexIndicator in schema ota_cruisecommontypes_xsd Drilldown into DockIndicator in schema ota_cruisecommontypes_xsd Drilldown into PortCountryCode in schema ota_cruisecommontypes_xsd Drilldown into PortName in schema ota_cruisecommontypes_xsd Drilldown into PortCode in schema ota_cruisecommontypes_xsd Drilldown into LocationInfoGroup in schema ota_cruisecommontypes_xsdXSD Diagram of PortInfoGroup in schema ota_cruisecommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
EmbarkIndicator EmbarkIndicator Optional
DisembarkIndicator DisembarkIndicator Optional