Definition Type: Element
Name: CostExempt
Namespace: http://www.adsml.org/adsmlbookings/2.5
Containing Schema: AdsMLBookings-2.5-PublicTypeLibrary-AS.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Properties in schema adsmltypelibrary-2_0-as_xsd Drilldown into ClaimReference in schema adsmlbookings-2_5-publictypelibrary-as_xsd Drilldown into PlacementReference in schema adsmlbookings-2_5-publictypelibrary-as_xsd Drilldown into ExemptionReason in schema adsmltypelibrary-2_0-as_xsd Drilldown into ExemptionType in schema adsmlbookings-2_5-publictypelibrary-as_xsdXSD Diagram of CostExempt in schema adsmlbookings-2_5-publictypelibrary-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:element name="CostExempt">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="ExemptionType" />
            <xs:element ref="adsml:ExemptionReason" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="PlacementReference" minOccurs="0" />
            <xs:element ref="ClaimReference" minOccurs="0" />
            <xs:element ref="adsml:Properties" minOccurs="0" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ExemptionType adsml-bo:ExemptionType (1) (1)
ExemptionReason adsml:ExemptionReason 0 unbounded
PlacementReference adsml-bo:PlacementReference 0 (1)
ClaimReference adsml-bo:ClaimReference 0 (1)
Properties adsml:Properties 0 (1)