XML Schema for XML Schema

http://www.w3.org/2001/XMLSchema
element restriction

Model
<restriction
  base = xs:QName
  id = xs:ID
  {any attribute from any other namespace than current namespace}>
annotation? (simpleType?, (minExclusive | minInclusive | maxExclusive | maxInclusive | totalDigits | fractionDigits | length | minLength | maxLength | enumeration | whiteSpace | pattern)* )
</restriction>


Attribute Summary
 xs:QNamebase
          
 xs:IDid
          

Attribute Detail

base


Type:
xs:QName
Use:
optional
Form:
unqualified

id


Type:
xs:ID
Use:
optional
Form:
unqualified

Local Usage
simpleDerivation

Source
<xs:element id="restriction" name="restriction">
<xs:complexType mixed="false">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:group ref="xs:simpleRestrictionModel"/>
<xs:attribute name="base" type="xs:QName" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>

XML Schema for XML Schema

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.