complexType "assignableToType"
Namespace:
Content:
empty, 2 attributes
Defined:
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
("both" | "interface-only" | "class-only") : "both"
/>
All Direct / Indirect Based Elements (1):
assignable-to
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="assignableToType">
<xsd:attribute name="type" type="xsd:string"/>
<xsd:attribute default="both" name="restriction">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="both"/>
<xsd:enumeration value="interface-only"/>
<xsd:enumeration value="class-only"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
restriction
Type:
anonymous simpleType (restriction of xsd:NMTOKEN)
Use:
optional
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"both", "interface-only", "class-only"
Default:
"both"
Anonymous simpleType
Type Derivation Tree
xsd:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xsd:NMTOKEN
Facets:
enumeration:
"both", "interface-only", "class-only"
XML Source (see within schema source)
<xsd:attribute default="both" name="restriction">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="both"/>
<xsd:enumeration value="interface-only"/>
<xsd:enumeration value="class-only"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

type
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="type" type="xsd:string"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.