Definition Type: ComplexType
Name: UserAreaType
Namespace: http://www.hr-xml.org/3
Containing Schema: Fields.xsd
Abstract
Documentation:
Allows the implementer to extend the base HR-XML specification. This is done by defining the additional information in XML Schema and referencing the new schema in the xml instance document throught the use of namespaces. Once this is done the additional information defined there can be carried in the BOD XML instance document.
Collapse XSD Schema Diagram:
XSD Diagram of UserAreaType in schema fields_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="UserAreaType">
    <xsd:annotation>
        <xsd:documentation>Allows the implementer to extend the base HR-XML specification.
This is done by defining the additional information in XML Schema and referencing the new schema in the xml instance document throught the use of namespaces. Once this is done the additional information defined there can be carried in the BOD XML instance document.			
			</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> Allowed namespace: '##any' 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:UserArea