<xs:attributeGroup name="arbitraryValueAttributes">
<xs:attribute name="value" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The related value (see more in the spec document)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="valuedatatype" type="xs:QName" use="optional">
<xs:annotation>
<xs:documentation>The datatype of the value attribute – it MUST be one of the built-in datatypes defined by XML Schema version 1.0.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="valueunit" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>The unit of the value attribute.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="valueunituri" type="IRIType" use="optional">
<xs:annotation>
<xs:documentation>The unit of the value attribute - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup> |