Definition Type: Element
Name: conceptSet
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: EventsML-G2_1.6-spec-KnowledgeItem-Power.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
An unordered set of concepts
Collapse XSD Schema Diagram:
Drilldown into concept in schema nar_1_8-spec-framework-power_xsdXSD Diagram of conceptSet in schema eventsml-g2_1_6-spec-knowledgeitem-power_xsd (EventsML - News Exchange Format - Power)
Collapse XSD Schema Code:
<xs:element name="conceptSet" minOccurs="0">
    <xs:annotation>
        <xs:documentation>An unordered set of concepts</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="concept" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation>A set of properties defining a concept</xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
        <xs:anyAttribute namespace="##other" processContents="lax" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
concept nsA:concept 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'