Definition Type: ComplexType
Name: AttributeDefinitionType
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 ExtensibleType in schema pstc_spmlv2_core_xsd Drilldown into name in schema pstc_spmlv2_dsml_xsd Drilldown into type in schema pstc_spmlv2_dsml_xsd Drilldown into multivalued in schema pstc_spmlv2_dsml_xsd Drilldown into description in schema pstc_spmlv2_dsml_xsdXSD Diagram of AttributeDefinitionType in schema pstc_spmlv2_dsml_xsd (OASIS Provisioning Services TC)
Collapse XSD Schema Code:
<xsd:complexType name="AttributeDefinitionType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <complexContent>
        <extension base="spml:ExtensibleType">
            <xsd:attribute name="description" type="xsd:string" use="optional" />
            <xsd:attribute name="multivalued" type="xsd:boolean" use="optional" default="false" />
            <xsd:attribute name="type" type="xsd:string" use="optional" default="xsd:string" />
            <xsd:attribute name="name" type="xsd:string" use="required" />
        </extension>
    </complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
description spmldsml:description Optional
multivalued spmldsml:multivalued false Optional
type spmldsml:type xsd:string Optional
name spmldsml:name Required
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
spmldsml:attributeDefinition