organizationType

Complex Type Information

Model

title{0,1} , item+ , metadata{0,1} , ANY element from ANY namespace OTHER than 'http://www.imsglobal.org/xsd/imscp_v1p1'
Children: item, metadata, title

Attributes

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

Used By

Element organization

Source

<xsd:complexType name="organizationType">
  <xsd:sequence>
    <xsd:element ref="title" minOccurs="0"/>
    <xsd:element ref="item" 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="lax"/>
</xsd:complexType>