Definition Type: Element
Name: conceptSet
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: EventsML-G2_1.1-spec-KnowledgeItem-Power.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
A set of concept definitions to be included into this controlled vocabulary
Collapse XSD Schema Diagram:
Drilldown into concept in schema eventsml-g2_1_1-spec-knowledgeitem-power_xsdXSD Diagram of conceptSet in schema eventsml-g2_1_1-spec-knowledgeitem-power_xsd (EventsML - News Exchange Format)
Collapse XSD Schema Code:
<xs:element name="conceptSet" minOccurs="0">
    <xs:annotation>
        <xs:documentation>A set of  concept definitions to be included into this controlled vocabulary</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="concept" type="ConceptWEventType" minOccurs="0" maxOccurs="unbounded" />
        </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'
Collapse Comments:
blog comments powered by Disqus