organizationType

Complex Type Information

Model

title{0,1} , item* , metadata{0,1} , ANY element from ANY namespace OTHER than 'http://www.imsproject.org/xsd/imscp_rootv1p1p2'
Children: item, metadata, title

Attributes

QName Type Fixed Default Use Inheritable Annotation
identifier xsd:ID required
structure restriction of xsd:string hierarchical optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.imsproject.org/xsd/imscp_rootv1p1p2'

Used By

Element organization

Source

<xsd:complexType name="organizationType">
  <xsd:sequence>
    <xsd:element ref="title" minOccurs="0"/>
    <xsd:element ref="item" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="metadata" minOccurs="0"/>
    <xsd:group ref="grp.any"/>
  </xsd:sequence>
  <xsd:attributeGroup ref="attr.identifier.req"/>
  <xsd:attributeGroup ref="attr.structure.req"/>
  <xsd:anyAttribute namespace="##other" processContents="strict"/>
</xsd:complexType>