http://www.w3.org/2001/XMLSchema
complexType simpleRestrictionType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}openAttrs (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}annotated (extension)
|
+--{http://www.w3.org/2001/XMLSchema}restrictionType (extension)
|
+--{http://www.w3.org/2001/XMLSchema}simpleRestrictionType (restriction)

Documentation
This choice is added simply to
                   make this a valid restriction per the REC
Properties
This component is not nillable.

Model
<...
  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)* )? , ((attribute | attributeGroup)* , anyAttribute?) )
</...>


Nested Element Summary
 annotation
          
 anyAttribute
          
xs:attributeattribute
          
xs:attributeGroupRefattributeGroup
          
 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:
required
Form:
unqualified

id

Type:
xs:ID
Use:
optional
Form:
unqualified

Local Usage
simpleContent

Source
<xs:complexType mixed="false" name="simpleRestrictionType">
<xs:complexContent>
<xs:restriction base="xs:restrictionType">
<xs:sequence>
<xs:element minOccurs="0" ref="xs:annotation"/>
<xs:choice minOccurs="0">
<xs:group ref="xs:simpleRestrictionModel"/>
</xs:choice>
<xs:group ref="xs:attrDecls"/>
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>


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