diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.w3.org/2001/XMLSchema | ||||||||||||||||||||||||
type | restriction of xs:numFacet | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | xs:annotation | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="totalDigits" id="totalDigits"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-totalDigits"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:restriction base="xs:numFacet"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> </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> |
type | xs:positiveInteger | ||||
properties |
|
||||
source | <xs:attribute name="value" type="xs:positiveInteger" use="required"/> |