arbitraryValueAttributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
value xs:string optional
The related value (see more in the spec document)
valuedatatype xs:QName optional
The datatype of the value attribute – it MUST be one of the built-in datatypes defined by XML Schema version 1.0.
valueunit QCodeType optional
The unit of the value attribute.
valueunituri IRIType optional
The unit of the value attribute - expressed by a URI

Used By

Source

<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>