Definition Type: Element
Name: ExtraServiceData
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TotalPieces in schema mailxml_120308_xsd Drilldown into TotalAmount in schema mailxml_120308_xsd Drilldown into ServiceValue in schema mailxml_120308_xsd Drilldown into ServiceSubCode in schema mailxml_120308_xsd Drilldown into ServiceRate in schema mailxml_120308_xsd Drilldown into ServiceCode in schema mailxml_120308_xsdXSD Diagram of ExtraServiceData in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="ExtraServiceData">
    <xs:annotation>
        <xs:documentation>
        </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="ServiceCode" type="mailxml_base:serviceCodeType" />
            <xs:element name="ServiceRate" type="xs:double" minOccurs="0" />
            <xs:element name="ServiceSubCode" type="mailxml_base:serviceSubCodeType" />
            <xs:element name="ServiceValue" type="xs:double" />
            <xs:element name="TotalAmount" type="xs:double" minOccurs="0" />
            <xs:element name="TotalPieces" type="xs:nonNegativeInteger" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ServiceCode mailxml:ServiceCode (1) (1)
ServiceRate mailxml:ServiceRate 0 (1)
ServiceSubCode mailxml:ServiceSubCode (1) (1)
ServiceValue mailxml:ServiceValue (1) (1)
TotalAmount mailxml:TotalAmount 0 (1)
TotalPieces mailxml:TotalPieces (1) (1)