Definition Type: ComplexType
Name: ResourceBaseType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract True
Collapse XSD Schema Diagram:
Drilldown into Classification in schema components_xsd1 Drilldown into Property in schema components_xsd1 Drilldown into Note in schema fields_xsd1 Drilldown into Description in schema fields_xsd1 Drilldown into FreeFormTextGroup in schema meta_xsd Drilldown into ID in schema fields_xsd1XSD Diagram of ResourceBaseType in schema components_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ResourceBaseType" abstract="true">
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" />
        <xsd:group ref="FreeFormTextGroup" minOccurs="0" />
        <xsd:element ref="Property" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Classification" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID oa:ID 0 (1)
Description oa:Description 0 unbounded
Note oa:Note 0 unbounded
Property oa:Property 0 unbounded
Classification oa:Classification 0 unbounded
<xs:group> oa:FreeFormTextGroup 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:LabourType, oa:MachineBaseType, oa:ResourceType, oa:ToolBaseType