Definition Type: Attribute
Name: mixed
Namespace: http://www.w3.org/2001/XMLSchema
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: XMLSchema.xsd
Default false
Use Optional
Documentation:
Not allowed if simpleContent child is chosen. May be overriden by setting on complexContent child.
Collapse XSD Schema Diagram:
XSD Diagram of mixed in schema xmlschema_xsd (W3C XML Schema Definition Language)
Collapse XSD Schema Code:
<xs:attribute name="mixed" type="xs:boolean" use="optional" default="false">
    <xs:annotation>
        <xs:documentation>
      Not allowed if simpleContent child is chosen.
      May be overriden by setting on complexContent child.</xs:documentation>
    </xs:annotation>
</xs:attribute>