Definition Type: AttributeGroup
Name: arbitraryValueAttributes
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.22-spec-All-Power.xsd
Collapse XSD Schema Diagram:
Drilldown into valueunituri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into valueunit in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into valuedatatype in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into value in schema newsml-g2_2_22-spec-all-power_xsdXSD Diagram of arbitraryValueAttributes in schema newsml-g2_2_22-spec-all-power_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
value nsA:value Optional
valuedatatype nsA:valuedatatype Optional
valueunit nsA:valueunit Optional
valueunituri nsA:valueunituri Optional