Definition Type: Element
Name: ExtraServiceSummaryData
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 ServiceCode in schema mailxml_120308_xsd Drilldown into Section in schema mailxml_120308_xsd Drilldown into LineNumber in schema mailxml_120308_xsd Drilldown into LineLabel in schema mailxml_120308_xsdXSD Diagram of ExtraServiceSummaryData in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="ExtraServiceSummaryData">
    <xs:annotation>
        <xs:documentation>
        </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="LineLabel" type="mailxml_base:s80" minOccurs="0" />
            <xs:element name="LineNumber" type="mailxml_base:s03" minOccurs="0" />
            <xs:element name="Section" type="mailxml_base:s01" minOccurs="0" />
            <xs:element name="ServiceCode" type="mailxml_base:serviceCodeType" />
            <xs:element name="TotalAmount" type="xs:double" />
            <xs:element name="TotalPieces" type="xs:nonNegativeInteger" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LineLabel mailxml:LineLabel 0 (1)
LineNumber mailxml:LineNumber 0 (1)
Section mailxml:Section 0 (1)
ServiceCode mailxml:ServiceCode (1) (1)
TotalAmount mailxml:TotalAmount (1) (1)
TotalPieces mailxml:TotalPieces (1) (1)