Definition Type: Element
Name: AdditionalService
Namespace: http://www.adsml.org/adsmlmediapack/1.0
Containing Schema: AdsMLMediapack-1.0-PublicTypeLibrary-AS.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Properties in schema adsmltypelibrary-2_0-as_xsd Drilldown into Note in schema adsmltypelibrary-2_0-as_xsd Drilldown into TaxCategory in schema adsmltypelibrary-2_0-as_xsd Drilldown into PricePerUnit in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into DescriptionLine in schema adsmltypelibrary-2_0-as_xsd Drilldown into Name in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into ServiceCode in schema adsmltypelibrary-2_0-as_xsd Drilldown into AdditionalServiceID in schema adsmltypelibrary-2_0-as_xsdXSD Diagram of AdditionalService in schema adsmlmediapack-1_0-publictypelibrary-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:element name="AdditionalService">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="adsml:AdditionalServiceID" minOccurs="0" />
            <xs:element ref="adsml:ServiceCode" />
            <xs:element ref="Name" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="adsml:DescriptionLine" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="PricePerUnit" maxOccurs="unbounded" />
            <xs:element ref="adsml:TaxCategory" minOccurs="0" />
            <xs:element ref="adsml:Note" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="adsml:Properties" minOccurs="0" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AdditionalServiceID adsml:AdditionalServiceID 0 (1)
ServiceCode adsml:ServiceCode (1) (1)
Name nsB:Name 0 unbounded
DescriptionLine adsml:DescriptionLine 0 unbounded
PricePerUnit nsB:PricePerUnit (1) unbounded
TaxCategory adsml:TaxCategory 0 (1)
Note adsml:Note 0 unbounded
Properties adsml:Properties 0 (1)