Definition Type Complex Type
Name complexRestrictionType
Namespace http://www.w3.org/2001/XMLSchema
Type xs:restrictionType
Abstract True
XSD Schema .\XsdSchemaStandard.xsd
XSD Schema Diagram
XSD Schema Code
<xs:complexType name="complexRestrictionType" abstract="true" >
  <xs:complexContent mixed="false">
    <xs:restriction base="xs:restrictionType">
      <xs:sequence>
        <xs:element minOccurs="0" ref="xs:annotation"/>
        <xs:choice minOccurs="0">
          <xs:annotation>
            <xs:documentation>This choice is added simply to
                   make this a valid restriction per the REC
</xs:documentation>
          </xs:annotation>

          <xs:group ref="xs:typeDefParticle"/>
        </xs:choice>

        <xs:group ref="xs:attrDecls"/>
      </xs:sequence>

      <xs:anyAttribute namespace="##other" processContents="lax"/>
    </xs:restriction>

  </xs:complexContent>

</xs:complexType>
Child Elements
Name Type Min Occurs Max Occurs
Child Attributes
Name Type Default Value Use
Derivation Tree
xs:openAttrs
    xs:annotated
        xs:restrictionType
            complexRestrictionType
                xs:restriction
References
xs:restriction
Generated using Liquid XML Studio by Liquid Technologies Ltd