Definition Type: Group
Name: ConceptDefinitionGroup
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NAR_1.3-spec-Framework-Power.xsd
Documentation:
A group of properites required to define the concept
Collapse XSD Schema Diagram:
Drilldown into facet in schema nar_1_3-spec-framework-power_xsd Drilldown into note in schema nar_1_3-spec-framework-power_xsd Drilldown into definition in schema nar_1_3-spec-framework-power_xsd Drilldown into name in schema nar_1_3-spec-framework-power_xsdXSD Diagram of ConceptDefinitionGroup in schema nar_1_3-spec-framework-power_xsd (EventsML - News Exchange Format)
Collapse XSD Schema Code:
<xs:group name="ConceptDefinitionGroup">
    <xs:annotation>
        <xs:documentation>A group of properites required to define the concept</xs:documentation>
    </xs:annotation>
    <!-- rev3: name made optional in ConceptDefinitionGroup, elements made global, made PCL only-->
    <xs:sequence>
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element ref="name" />
            <xs:element ref="definition" />
            <xs:element ref="note" />
            <xs:element ref="facet" />
        </xs:choice>
    </xs:sequence>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name nsA:name (1) (1)
definition nsA:definition (1) (1)
note nsA:note (1) (1)
facet nsA:facet (1) (1)
Collapse Comments:
blog comments powered by Disqus