Definition Type: ComplexType
Name: WorkSiteType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalItem in schema components_xsd Drilldown into WorkEnvironmentTypeCode in schema fields_xsd Drilldown into ParkingInstructions in schema fields_xsd Drilldown into TravelDirections in schema fields_xsd Drilldown into Address in schema components_xsd Drilldown into Name in schema fields_xsd1 Drilldown into ID in schema fields_xsdXSD Diagram of WorkSiteType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="WorkSiteType">
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" />
        <xsd:element ref="oa:Name" minOccurs="0" />
        <xsd:element ref="Address" minOccurs="0" />
        <xsd:element ref="TravelDirections" minOccurs="0" />
        <xsd:element ref="ParkingInstructions" minOccurs="0" />
        <xsd:element ref="WorkEnvironmentTypeCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="AdditionalItem" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 (1)
Name oa:Name 0 (1)
Address nsA:Address 0 (1)
TravelDirections nsA:TravelDirections 0 (1)
ParkingInstructions nsA:ParkingInstructions 0 (1)
WorkEnvironmentTypeCode nsA:WorkEnvironmentTypeCode 0 unbounded
AdditionalItem nsA:AdditionalItem 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:WorkSite