Definition Type: AttributeGroup
Name: LocationInfoGroup
Containing Schema: OTA_CruiseCommonTypes.xsd
Documentation:
Specifies details about a particular location
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of LocationInfoGroup in schema ota_cruisecommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="LocationInfoGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specifies details about a particular location</xs:documentation>
    </xs:annotation>
    <xs:attribute name="PortCode" type="StringLength1to8" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Specifies the Port Code</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="PortName" type="StringLength1to64" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Specifies the Port name for the above Port Code</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="PortCountryCode" type="ISO3166" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Specifies the Country Code for the above port. ISO3166 specifies all the ISO country codes.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="DockIndicator" type="xs:boolean" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">When true, the ship docks at this port.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="ShorexIndicator" type="xs:boolean" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">When true, one or more shore excursions are offered at this port.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
PortCode PortCode Optional
PortName PortName Optional
PortCountryCode PortCountryCode Optional
DockIndicator DockIndicator Optional
ShorexIndicator ShorexIndicator Optional