Definition Type: ComplexType
Name: SpecificationType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Property in schema components_xsd1 Drilldown into ID in schema fields_xsd1 Drilldown into type in schema components_xsd1XSD Diagram of SpecificationType in schema components_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="SpecificationType">
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="ID" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Property" />
        <!-- <xsd:element ref="UserArea" minOccurs="0" /> -->
    </xsd:sequence>
    <xsd:attribute name="type" type="NormalizedStringType" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID oagis:ID 0 unbounded
Property oagis:Property 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type oagis:type Optional
Collapse Derivation Tree:
Collapse References:
oagis:Specification