<dataFacet>
<dataFacet> Restricts the value of the strings used to represent values of a datatype, according to XML Schema Part 2: Datatypes Second Edition. [23.5.3.1 Datatypes] | |||||||||||||||
Module | tagdocs — Documentation Elements | ||||||||||||||
Attributs |
|
||||||||||||||
Contenu dans |
tagdocs: dataRef
|
||||||||||||||
Peut contenir | Elément vide | ||||||||||||||
Note |
This element is only allowed when the parent dataRef refers with name to a datatype from the specification XML Schema Part 2: Datatypes Second Edition. |
||||||||||||||
Exemple |
<datatype>
<dataRef name="decimal"> <dataFacet name="maxInclusive" value="360.0"/> <dataFacet name="minInclusive" value="-360.0"/> </dataRef> </datatype> |
||||||||||||||
Exemple |
<dataSpec ident="data.integerExample">
<desc>datatype used for attributes taking an integer value between 0 and 99</desc> <content> <dataRef name="nonNegativeInteger"> <dataFacet name="maxInclusive" value="99"/> <dataFacet name="minInclusive" value="0"/> </dataRef> </content> </dataSpec> |
||||||||||||||
Modèle de contenu |
<content> |
||||||||||||||
Schéma Declaration |
<rng:element name="dataFacet"> element dataFacet { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, attribute name { "length" | "minLength" | "maxLength" | "pattern" | "enumeration" | "whiteSpace" | "maxInclusive" | "minInclusive" | "maxExclusive" | "minExclusive" | "totalDigits" | "fractionDigits" }, attribute value { string }, empty } |