Definition Type: Element
Name: BookingReferences
Namespace: http://www.adsml.org/adsmlmaterials/2.5
Containing Schema: AdsMLMaterials-2.5-PublicTypeLibrary-AS.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into Placement in schema adsmlmaterials-2_5-publictypelibrary-as_xsd Drilldown into AuxiliaryBookingReferences in schema adsmlbookings-2_5-publictypelibrary-as_xsd Drilldown into BookingReference in schema adsmlbookings-2_5-publictypelibrary-as_xsdXSD Diagram of BookingReferences in schema adsmlmaterials-2_5-publictypelibrary-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:element name="BookingReferences" minOccurs="0" maxOccurs="unbounded">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="adsml-bo:BookingReference" minOccurs="0" />
            <xs:element ref="adsml-bo:AuxiliaryBookingReferences" minOccurs="0" />
            <xs:element name="Placement" minOccurs="0" maxOccurs="unbounded">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element ref="adsml-bo:PlacementReference" minOccurs="0" maxOccurs="unbounded" />
                        <xs:element ref="adsml-bo:AuxiliaryPlacementReferences" minOccurs="0" maxOccurs="unbounded" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BookingReference adsml-bo:BookingReference 0 (1)
AuxiliaryBookingReferences adsml-bo:AuxiliaryBookingReferences 0 (1)
Placement adsml-ma:Placement 0 unbounded