Definition Type: AttributeGroup
Name: flexAttributes
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NAR_1.3-spec-Framework-Power.xsd
Documentation:
A group of attributes associated with flexible properties
Collapse XSD Schema Diagram:
Drilldown into type in schema nar_1_3-spec-framework-power_xsd Drilldown into literal in schema nar_1_3-spec-framework-power_xsd Drilldown into qcode in schema nar_1_3-spec-framework-power_xsdXSD Diagram of flexAttributes in schema nar_1_3-spec-framework-power_xsd (EventsML - News Exchange Format)
Collapse XSD Schema Code:
<xs:attributeGroup name="flexAttributes">
    <xs:annotation>
        <xs:documentation>A group of attributes associated with flexible properties</xs:documentation>
    </xs:annotation>
    <xs:attribute name="qcode" type="QCodeType">
        <xs:annotation>
            <xs:documentation>A qualified code which identifies a concept.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="literal" type="xs:normalizedString">
        <xs:annotation>
            <xs:documentation>A free-text value assigned as property value.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="type" type="QCodeType">
        <xs:annotation>
            <xs:documentation>The type of the concept assigned as controlled property value.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
qcode nsA:qcode (Optional)
literal nsA:literal (Optional)
type nsA:type (Optional)
Collapse Comments:
blog comments powered by Disqus