Definition Type: AttributeGroup
Name: qualifyingAttributes
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.22-spec-All-Power.xsd
Documentation:
A group of attributes used for a qualified expression of the property
Collapse XSD Schema Diagram:
Drilldown into roleuri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into role in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into typeuri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into type in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into literal in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into uri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into qcode in schema newsml-g2_2_22-spec-all-power_xsdXSD Diagram of qualifyingAttributes in schema newsml-g2_2_22-spec-all-power_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attributeGroup name="qualifyingAttributes">
    <xs:annotation>
        <xs:documentation> A group of attributes used for a qualified expression of the property</xs:documentation>
    </xs:annotation>
    <xs:attribute name="qcode" type="QCodeType" use="optional">
        <xs:annotation>
            <xs:documentation>A qualified code assigned as a property value.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="uri" type="IRIType" use="optional">
        <xs:annotation>
            <xs:documentation>A URI which identifies a concept.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="literal" type="g2normalizedString" use="optional">
        <xs:annotation>
            <xs:documentation>A free-text value assigned as a property
value.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="type" type="QCodeType" use="optional">
        <xs:annotation>
            <xs:documentation>The type of the concept assigned as a controlled or an uncontrolled property value - expressed by a QCode</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="typeuri" type="IRIType" use="optional">
        <xs:annotation>
            <xs:documentation>The type of the concept assigned as a controlled or an uncontrolled property value - expressed by a URI</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="role" type="QCodeType" use="optional">
        <xs:annotation>
            <xs:documentation>A refinement of the semantics of the property - expressed by a QCode</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="roleuri" type="IRIType" use="optional">
        <xs:annotation>
            <xs:documentation>A refinement of the semantics of the property - expressed by a URI</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
qcode nsA:qcode Optional
uri nsA:uri Optional
literal nsA:literal Optional
type nsA:type Optional
typeuri nsA:typeuri Optional
role nsA:role Optional
roleuri nsA:roleuri Optional