| namespace | http://taf-jsg.info/schemes | ||||||||||||
| type | restriction of xs:integer | ||||||||||||
| properties |
|
||||||||||||
| used by | |||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <xs:simpleType name="WeightValueKilo"> <xs:annotation> <xs:documentation>In Kilograms</xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:minInclusive value="0"/> <xs:maxInclusive value="999999"/> <xs:whiteSpace value="collapse"/> </xs:restriction> </xs:simpleType> |