Definition Type: Element
Name: SubSection
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirRulesRQ.xsd
MinOccurs 0
MaxOccurs 99
Abstract
Collapse XSD Schema Diagram:
Drilldown into SubSectionNumber in schema ota_airrulesrq_xsd Drilldown into SubCode in schema ota_airrulesrq_xsd Drilldown into SubTitle in schema ota_airrulesrq_xsdXSD Diagram of SubSection in schema ota_airrulesrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="SubSection" minOccurs="0" maxOccurs="99">
    <xs:complexType>
        <xs:attribute name="SubTitle" type="StringLength1to32" use="optional" />
        <xs:attribute name="SubCode" type="StringLength1to16" use="optional" />
        <xs:attribute name="SubSectionNumber" type="StringLength1to8" use="optional" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
SubTitle nsA:SubTitle Optional
SubCode nsA:SubCode Optional
SubSectionNumber nsA:SubSectionNumber Optional