QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
id | xs:ID | optional | ||||
maximum | NonNegativeDouble | optional | ||||
minimum | NonNegativeDouble | optional | ||||
rdf | xs:anyURI | optional | ||||
ref | xs:IDREF | optional | ||||
units | xs:string | parts per million | required | |||
uref | UniqueNamesSimpleType | optional |
<xs:complexType name="WeatherParticlesComplexType"> <xs:simpleContent> <xs:extension base="xs:double"> <xs:attribute name="maximum" type="NonNegativeDouble"/> <xs:attribute name="minimum" type="NonNegativeDouble"/> <xs:attribute name="units" type="xs:string" use="required" fixed="parts per million"/> <xs:attributeGroup ref="RTMLAttributes"/> </xs:extension> </xs:simpleContent> </xs:complexType> |