Definition Type: Element
Name: AdditionalService
Namespace: http://www.adsml.org/typelibrary/2.0
Containing Schema: AdsMLTypeLibrary-2.0-AS.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Properties in schema adsmltypelibrary-2_0-as_xsd Drilldown into Status in schema adsmltypelibrary-2_0-as_xsd Drilldown into Specifications in schema adsmltypelibrary-2_0-as_xsd Drilldown into DescriptionLine in schema adsmltypelibrary-2_0-as_xsd Drilldown into Name in schema adsmltypelibrary-2_0-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 adsmltypelibrary-2_0-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:element name="AdditionalService">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="AdditionalServiceID" minOccurs="0" />
            <xs:element ref="ServiceCode" minOccurs="0" />
            <xs:element name="Name" type="LongStringType.i18n" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="DescriptionLine" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="Specifications" minOccurs="0" />
            <xs:element ref="Status" minOccurs="0" />
            <xs:element ref="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 0 (1)
Name adsml:Name 0 unbounded
DescriptionLine adsml:DescriptionLine 0 unbounded
Specifications adsml:Specifications 0 (1)
Status adsml:Status 0 (1)
Properties adsml:Properties 0 (1)