Definition Type: Element
Name: groupRef
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.23-spec-All-Core.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
A reference to a group local to the package
Collapse XSD Schema Diagram:
Drilldown into idref in schema newsml-g2_2_23-spec-all-core_xsdXSD Diagram of groupRef in schema newsml-g2_2_23-spec-all-core_xsd (News Markup Language (NewsML) - Core)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
idref nsB:idref Required
<anyAttribute> Allowed namespace: '##other'