<dataFacet>
<dataFacet> Restricts the value of the strings used to represent values of a datatype, according to XML Schemas: Part 2: Datatypes. [22.5.3.1 Datatypes] | |||||||||||||||
Modulo | tagdocs — Documentation Elements | ||||||||||||||
Attributi | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
| ||||||||||||||
Contenuto in | tagdocs: dataRef | ||||||||||||||
Può contenere | Elemento vuoto | ||||||||||||||
Nota | This element is only allowed when the parent dataRef refers with name to a datatype from the specification XML Schemas: Part 2: Datatypes. | ||||||||||||||
Esempio | <datatype> <dataRef name="decimal"> <dataFacet name="maxInclusive" value="360.0"/> <dataFacet name="minInclusive" value="-360.0"/> </dataRef> </datatype> | ||||||||||||||
Esempio | <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> | ||||||||||||||
Content model | <content> | ||||||||||||||
Dichiarazione | <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 } |