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_xsd1 Drilldown into ID in schema fields_xsd1XSD Diagram of ResourceBaseType in schema components_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType abstract="true" name="ResourceBaseType">
    <xsd:sequence>
        <xsd:element minOccurs="0" ref="ID" />
        <xsd:group minOccurs="0" ref="FreeFormTextGroup" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Property" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Classification" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID oagis:ID 0 (1)
Description oagis:Description 0 unbounded
Note oagis:Note 0 unbounded
Property oagis:Property 0 unbounded
Classification oagis:Classification 0 unbounded
<xs:group> oagis:FreeFormTextGroup 0 (1)