Definition Type: ComplexType
Name: QualificationTermType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: OrderManagementComponents.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd1 Drilldown into Note in schema fields_xsd1 Drilldown into Description in schema fields_xsd1 Drilldown into FreeFormTextGroup in schema meta_xsd Drilldown into ValueText in schema fields_xsd1 Drilldown into Type in schema fields_xsd1 Drilldown into ID in schema fields_xsd1 Drilldown into type in schema ordermanagementcomponents_xsdXSD Diagram of QualificationTermType in schema ordermanagementcomponents_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="QualificationTermType">
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" />
        <xsd:element ref="Type" minOccurs="0" />
        <xsd:element ref="ValueText" minOccurs="0" maxOccurs="unbounded" />
        <xsd:group ref="FreeFormTextGroup" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="type" type="NormalizedStringType" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID oa:ID 0 (1)
Type oa:Type 0 (1)
ValueText oa:ValueText 0 unbounded
Description oa:Description 0 unbounded
Note oa:Note 0 unbounded
UserArea oa:UserArea 0 (1)
<xs:group> oa:FreeFormTextGroup 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type oa:type Optional
Collapse Derivation Tree:
Collapse References:
oa:QualificationTerm