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

Documentation
Properties
This component is not nillable.

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


Nested Element Summary
 annotation
          

Attribute Summary
 xs:booleanfixed
          
 xs:IDid
          
 xs:positiveIntegervalue
          

Attribute Detail

fixed

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

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>


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