Definition Type: Group
Name: ConceptDefinitionGroup
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.23-spec-All-Core.xsd
Documentation:
A group of properites required to define the concept
Collapse XSD Schema Diagram:
Drilldown into hierarchyInfo in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into remoteInfo in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into facet in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into note in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into definition in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into name in schema newsml-g2_2_23-spec-all-core_xsdXSD Diagram of ConceptDefinitionGroup in schema newsml-g2_2_23-spec-all-core_xsd (News Markup Language (NewsML) - Core)
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:element ref="remoteInfo" />
            <xs:element ref="hierarchyInfo" />
        </xs:choice>
    </xs:sequence>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name nsB:name (1) (1)
definition nsB:definition (1) (1)
note nsB:note (1) (1)
facet nsB:facet (1) (1)
remoteInfo nsB:remoteInfo (1) (1)
hierarchyInfo nsB:hierarchyInfo (1) (1)