Definition Type: ComplexType
Name: QualPropType
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: nsA:QCodePropType
Containing Schema: NAR_1.9-spec-All-Core.xsd
Abstract
Documentation:
Type type for a property with a QCode value in a qcode attribute and optional names
Collapse XSD Schema Diagram:
Drilldown into hierarchyInfo in schema nar_1_9-spec-all-core_xsd Drilldown into name in schema nar_1_9-spec-all-core_xsd Drilldown into qcode in schema nar_1_9-spec-all-core_xsd Drilldown into QCodePropType in schema nar_1_9-spec-all-core_xsdXSD Diagram of QualPropType in schema nar_1_9-spec-all-core_xsd (News Architecture (NAR) - Core)
Collapse XSD Schema Code:
<xs:complexType name="QualPropType">
    <xs:annotation>
        <xs:documentation>Type type for a property with a  QCode value in a qcode attribute and optional names</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="QCodePropType">
            <xs:choice minOccurs="0" maxOccurs="unbounded">
                <!-- NAR1.1 rev3 : use newly defined global name -->
                <xs:element ref="name" />
                <xs:element ref="hierarchyInfo" />
            </xs:choice>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name nsA:name (1) (1)
hierarchyInfo nsA:hierarchyInfo (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
qcode nsA:qcode Required
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
nsA:accessStatus, nsA:action, nsA:itemClass, nsA:occurStatus, nsA:pubStatus, nsA:role, nsA:servicensA:type, nsA:TypedQualPropType,