Definition Type: ComplexType
Name: SchemaType
Namespace: urn:oasis:names:tc:SPML:2:0:DSML
Type: spml:ExtensibleType
Containing Schema: pstc_spmlv2_dsml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into attributeDefinition in schema pstc_spmlv2_dsml_xsd Drilldown into objectClassDefinition in schema pstc_spmlv2_dsml_xsd Drilldown into ExtensibleType in schema pstc_spmlv2_core_xsdXSD Diagram of SchemaType in schema pstc_spmlv2_dsml_xsd (OASIS Provisioning Services TC)
Collapse XSD Schema Code:
<xsd:complexType name="SchemaType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <complexContent>
        <extension base="spml:ExtensibleType">
            <xsd:sequence>
                <xsd:element name="objectClassDefinition" type="spmldsml:ObjectClassDefinitionType" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element name="attributeDefinition" type="spmldsml:AttributeDefinitionType" minOccurs="0" maxOccurs="unbounded" />
            </xsd:sequence>
        </extension>
    </complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
objectClassDefinition spmldsml:objectClassDefinition 0 unbounded
attributeDefinition spmldsml:attributeDefinition 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
spmldsml:schema