Definition Type: AttributeGroup
Name: RequestMsgHeaderInfo
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Collapse XSD Schema Diagram:
Drilldown into PalletPositionCount in schema mailxml_120308_xsd Drilldown into PickupOrDelivery in schema mailxml_120308_xsd Drilldown into ApptType in schema mailxml_120308_xsd Drilldown into ShipperStopNumber in schema mailxml_120308_xsd Drilldown into ConsigneeMultiStopID in schema mailxml_120308_xsd Drilldown into ShipperMultiStopID in schema mailxml_120308_xsd Drilldown into SchedulerCorpID in schema mailxml_120308_xsd Drilldown into SchedulerID in schema mailxml_120308_xsd Drilldown into ConsigneeApptID in schema mailxml_120308_xsd Drilldown into ShipperApptRequestID in schema mailxml_120308_xsdXSD Diagram of RequestMsgHeaderInfo in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:attributeGroup name="RequestMsgHeaderInfo">
    <xs:attribute name="ShipperApptRequestID" type="mailxml_base:s12" use="required" />
    <xs:attribute name="ConsigneeApptID" type="mailxml_base:s12" />
    <xs:attribute name="SchedulerID" type="mailxml_base:s12" use="required" />
    <xs:attribute name="SchedulerCorpID" type="mailxml_base:s12" use="required" />
    <xs:attribute name="ShipperMultiStopID" type="mailxml_base:s12" />
    <xs:attribute name="ConsigneeMultiStopID" type="mailxml_base:s12" />
    <xs:attribute name="ShipperStopNumber" type="mailxml_base:n06" />
    <xs:attribute name="ApptType" type="mailxml_base:apptTypeType" use="required" />
    <xs:attribute name="PickupOrDelivery" type="mailxml_base:pickupOrDeliveryType" use="required" />
    <xs:attribute name="PalletPositionCount" type="mailxml_base:n02" />
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
ShipperApptRequestID mailxml:ShipperApptRequestID Required
ConsigneeApptID mailxml:ConsigneeApptID (Optional)
SchedulerID mailxml:SchedulerID Required
SchedulerCorpID mailxml:SchedulerCorpID Required
ShipperMultiStopID mailxml:ShipperMultiStopID (Optional)
ConsigneeMultiStopID mailxml:ConsigneeMultiStopID (Optional)
ShipperStopNumber mailxml:ShipperStopNumber (Optional)
ApptType mailxml:ApptType Required
PickupOrDelivery mailxml:PickupOrDelivery Required
PalletPositionCount mailxml:PalletPositionCount (Optional)