manifestType

Complex Type Information

Model

metadata{0,1} , organizations , resources , manifest* , ANY element from ANY namespace OTHER than 'http://www.imsglobal.org/xsd/imscp_v1p1'

Attributes

QName Type Fixed Default Use Inheritable Annotation
identifier xsd:ID required
version xsd:string optional
xml:base xs:anyURI optional
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.imsglobal.org/xsd/imscp_v1p1'

Used By

Element manifest

Source

<xsd:complexType name="manifestType">
  <xsd:sequence>
    <xsd:element ref="metadata" minOccurs="0"/>
    <xsd:element ref="organizations"/>
    <xsd:element ref="resources"/>
    <xsd:element ref="manifest" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:group ref="grp.any"/>
  </xsd:sequence>
  <xsd:attributeGroup ref="attr.identifier.req"/>
  <xsd:attributeGroup ref="attr.version"/>
  <xsd:attribute ref="xml:base"/>
  <xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>