XML Schema for XML Schema

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

Documentation

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


Attribute Summary
 xs:booleanfixed
          
 xs:IDid
          
 xs:positiveIntegervalue
          

Attribute Detail

fixed


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

id


Type:
xs:ID
Use:
optional
Form:
unqualified

value


Type:
xs:positiveInteger
Use:
required
Form:
unqualified

Local Usage
facets

Source
<xs:element id="totalDigits" name="totalDigits">
<xs:complexType mixed="false">
<xs:complexContent>
<xs:restriction base="xs:numFacet">
<xs:sequence>
<xs:element minOccurs="0" ref="xs:annotation"/>
</xs:sequence>
<xs:attribute name="value" type="xs:positiveInteger" use="required"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:restriction>
</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.