Definition Type: ComplexType
Name: inductionProblemType
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ProblemCategory in schema mailxml_120308_xsd Drilldown into ProblemType in schema mailxml_120308_xsd Drilldown into ProblemDescription in schema mailxml_120308_xsd Drilldown into ProblemID in schema mailxml_120308_xsdXSD Diagram of inductionProblemType in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:complexType name="inductionProblemType">
    <xs:sequence>
        <xs:element name="ProblemID" type="xs:unsignedByte" />
        <xs:element name="ProblemDescription" type="xs:string" />
        <xs:element name="ProblemType" type="xs:string" minOccurs="0" />
        <xs:element name="ProblemCategory" type="xs:string" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProblemID mailxml:ProblemID (1) (1)
ProblemDescription mailxml:ProblemDescription (1) (1)
ProblemType mailxml:ProblemType 0 (1)
ProblemCategory mailxml:ProblemCategory 0 (1)
Collapse Derivation Tree:
Collapse References:
mailxml:InductionProblem