Definition Type: ComplexType
Name: StaffingTravelType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: MatchingTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TravelConsiderations in schema matchingtypes_xsd Drilldown into TravelFrequency in schema matchingtypes_xsd Drilldown into Applicable in schema matchingtypes_xsdXSD Diagram of StaffingTravelType in schema matchingtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="StaffingTravelType">
    <xsd:choice>
        <xsd:element name="Applicable" type="xsd:boolean" minOccurs="0" />
        <xsd:sequence>
            <xsd:element name="TravelFrequency" type="xsd:string" minOccurs="0" />
            <xsd:element name="TravelConsiderations" type="xsd:string" minOccurs="0" />
        </xsd:sequence>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Applicable hr:Applicable 0 (1)
TravelFrequency hr:TravelFrequency 0 (1)
TravelConsiderations hr:TravelConsiderations 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:Travel