Definition Type: ComplexType
Name: TypeOfHireType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: NewHire.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into NonStandardValue in schema newhire_xsd Drilldown into StandardValue in schema newhire_xsdXSD Diagram of TypeOfHireType in schema newhire_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="TypeOfHireType">
    <xsd:choice>
        <xsd:element name="StandardValue" type="TypeOfHireEnumType" minOccurs="0" />
        <xsd:element name="NonStandardValue" type="xsd:string" minOccurs="0" />
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StandardValue hr:StandardValue 0 (1)
NonStandardValue hr:NonStandardValue 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:TypeOfHire