Definition Type: Group
Name: ConceptRelationshipsGroup
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 indicate relationships of the concept to other concepts
Collapse XSD Schema Diagram:
Drilldown into related in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into narrower in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into broader in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into sameAs in schema newsml-g2_2_23-spec-all-core_xsdXSD Diagram of ConceptRelationshipsGroup in schema newsml-g2_2_23-spec-all-core_xsd (News Markup Language (NewsML) - Core)
Collapse XSD Schema Code:
<xs:group name="ConceptRelationshipsGroup">
    <xs:annotation>
        <xs:documentation>A group of properites required to indicate relationships of the concept to other concepts</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element ref="sameAs" />
            <xs:element ref="broader" />
            <xs:element ref="narrower" />
            <xs:element ref="related" />
        </xs:choice>
    </xs:sequence>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
sameAs nsB:sameAs (1) (1)
broader nsB:broader (1) (1)
narrower nsB:narrower (1) (1)
related nsB:related (1) (1)