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

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}facet (extension)

Properties
This component is not nillable.

Model
<...
  fixed = xs:boolean : false
  id = xs:ID
  value = anySimpleType
  {any attribute from any other namespace than current namespace}>
annotation?
</...>


Nested Element Summary
 annotation
          

Attribute Summary
 xs:booleanfixed
          
 xs:IDid
          
 anySimpleTypevalue
          

Attribute Detail

fixed

Type:
xs:boolean
Default:
false
Use:
optional
Form:
unqualified

id

Type:
xs:ID
Use:
optional
Form:
unqualified

value

Type:
anySimpleType
Use:
required
Form:
unqualified

Sub Types
{http://www.w3.org/2001/XMLSchema}facet (extension)
|
+--{http://www.w3.org/2001/XMLSchema}noFixedFacet (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}numFacet (restriction)

Local Usage
noFixedFacet, numFacet, whiteSpace

Source
<xs:complexType mixed="false" name="facet">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:attribute name="value" use="required"/>
<xs:attribute default="false" name="fixed" type="xs:boolean" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>


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