QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
identifier | xsd:ID | required | |||||
version | xsd:string | optional | |||||
xml:base | xs:anyURI | optional |
|
||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.imsglobal.org/xsd/imscp_v1p1' |
Element | manifest |
<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> |