complexType numFacet
diagram index_p918.png
namespace http://www.w3.org/2001/XMLSchema
type restriction of xs:facet
properties
base xs:facet
children xs:annotation
used by
elements fractionDigits length maxLength minLength totalDigits
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
valuexs:nonNegativeIntegerrequired      
fixedxs:booleanoptional  false    
source <xs:complexType name="numFacet">
 
<xs:complexContent>
   
<xs:restriction base="xs:facet">
     
<xs:sequence>
       
<xs:element ref="xs:annotation" minOccurs="0"/>
     
</xs:sequence>
     
<xs:attribute name="value" type="xs:nonNegativeInteger" use="required"/>
     
<xs:anyAttribute namespace="##other" processContents="lax"/>
   
</xs:restriction>
 
</xs:complexContent>
</xs:complexType>

attribute numFacet/@value
type xs:nonNegativeInteger
properties
isRef 0
use required
source <xs:attribute name="value" type="xs:nonNegativeInteger" use="required"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy