xs:topLevelComplexType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
abstract xs:boolean false optional
block xs:derivationSet optional
defaultAttributesApply xs:boolean true optional
final xs:derivationSet optional
id xs:ID optional
mixed xs:boolean optional
Not allowed if simpleContent child is chosen.
May be overridden by setting on complexContent child.
name xs:NCName required
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/2001/XMLSchema'

Used By

Element xs:complexType

Source

<xs:complexType name="topLevelComplexType">
  <xs:complexContent>
    <xs:restriction base="xs:complexType">
      <xs:sequence>
        <xs:element ref="xs:annotation" minOccurs="0"/>
        <xs:group ref="xs:complexTypeModel"/>
      </xs:sequence>
      <xs:attribute name="name" type="xs:NCName" use="required"/>
      <xs:anyAttribute namespace="##other" processContents="lax"/>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>