Namespace: |
|
Defined: |
globally in eExam_v3.xsd; see XML source |
Used: |
at 1 location |
Simple Content Model |
xs:decimal |
FractionDigits: |
1 |
MaxInclusive: |
999.9 |
MinInclusive: |
0.1 |
TotalDigits: |
4 |
Type Derivation Tree xs:decimal (restriction) ![]() |
Derivation: |
restriction of xs:decimal |
|||||||||
Facets: |
|
<xs:simpleType name="EstimatedBodyWeight"> <xs:restriction base="xs:decimal"> <xs:totalDigits value="4"/> <xs:fractionDigits value="1"/> <xs:minInclusive value="0.1"/> <xs:maxInclusive value="999.9"/> </xs:restriction> </xs:simpleType> |