Definition Type: Element
Name: group
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NAR_1.9-spec-PackageItem-Core.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Documentation:
A mixed set of group references and references to items or Web resources
Collapse XSD Schema Diagram:
Drilldown into conceptRef in schema nar_1_9-spec-packageitem-core_xsd Drilldown into itemRef in schema nar_1_9-spec-packageitem-core_xsd Drilldown into groupRef in schema nar_1_9-spec-packageitem-core_xsd Drilldown into mode in schema nar_1_9-spec-packageitem-core_xsd Drilldown into role in schema nar_1_9-spec-packageitem-core_xsd Drilldown into id in schema nar_1_9-spec-packageitem-core_xsdXSD Diagram of group in schema nar_1_9-spec-packageitem-core_xsd (News Architecture (NAR) - Core)
Collapse XSD Schema Code:
<xs:element name="group" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation>A mixed set of group references and references to items or Web resources</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element name="groupRef">
                <xs:annotation>
                    <xs:documentation>A reference to a group local to the package</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:attribute name="idref" type="xs:IDREF" use="required">
                        <xs:annotation>
                            <xs:documentation>The reference to the id of a local group</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                    <xs:anyAttribute namespace="##other" processContents="lax" />
                </xs:complexType>
            </xs:element>
            <xs:element name="itemRef" type="LinkType">
                <xs:annotation>
                    <xs:documentation>A reference to a target item or Web resource</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="conceptRef">
                <xs:annotation>
                    <xs:documentation>A reference to a target concept
</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:complexContent>
                        <xs:extension base="FlexPropType" />
                    </xs:complexContent>
                </xs:complexType>
            </xs:element>
        </xs:choice>
        <xs:attribute name="id" type="xs:ID" use="required">
            <xs:annotation>
                <xs:documentation>The local identifier of the group</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="role" type="QCodeType" use="required">
            <xs:annotation>
                <xs:documentation>The part this group plays within its container</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="mode" type="QCodeType">
            <xs:annotation>
                <xs:documentation>An indication whether the elements in the group are complementary and unordered, complementary and ordered or a set of alternative elements</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:anyAttribute namespace="##other" processContents="lax" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
groupRef nsA:groupRef (1) (1)
itemRef nsA:itemRef (1) (1)
conceptRef nsA:conceptRef (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Required
role nsA:role Required
mode nsA:mode (Optional)
<anyAttribute> Allowed namespace: '##other'