Definition Type: Element
Name: Considerations
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: WorkSite.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into DressCode in schema worksite_xsd Drilldown into SafetyEquipment in schema worksite_xsd Drilldown into Physical in schema worksite_xsd Drilldown into General in schema worksite_xsd Drilldown into lang in schema xml_xsdXSD Diagram of Considerations in schema worksite_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="Considerations" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="General" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="Physical" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="SafetyEquipment" type="SafetyEquipmentType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="DressCode" type="DressCodeType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="UserArea" minOccurs="0" />
        </xsd:sequence>
        <xsd:attribute ref="xml:lang" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
General hr:General 0 unbounded
Physical hr:Physical 0 unbounded
SafetyEquipment hr:SafetyEquipment 0 unbounded
DressCode hr:DressCode 0 unbounded
UserArea hr:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
lang nsA:lang (Optional)