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

Documentation
          base attribute and simpleType child are mutually
          exclusive, but one or other is required
        
Properties
This component is not nillable.

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>


Nested Element Summary
 annotation
          
 enumeration
          
 fractionDigits
          
 length
          
 maxExclusive
          
 maxInclusive
          
 maxLength
          
 minExclusive
          
 minInclusive
          
 minLength
          
 pattern
          
xs:localSimpleTypesimpleType
          
 totalDigits
          
 whiteSpace
          

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>


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