manifestType

Complex Type Information

Model

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

Attributes

QName Type Fixed Default Use Inheritable Annotation
identifier xsd:ID required
version restriction of xsd:string optional
xml:base xsd:string optional
Refers to XML Base: http://www.w3.org/TR/xmlbase
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.imsproject.org/xsd/imscp_rootv1p1p2'

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="strict"/>
</xsd:complexType>