resourceType

Complex Type Information

Model

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

Attributes

QName Type Fixed Default Use Inheritable Annotation
href xsd:anyURI optional
identifier xsd:ID required
type xsd:string required
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 resource

Source

<xsd:complexType name="resourceType">
  <xsd:sequence>
    <xsd:element ref="metadata" minOccurs="0"/>
    <xsd:element ref="file" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="dependency" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:group ref="grp.any"/>
  </xsd:sequence>
  <xsd:attributeGroup ref="attr.identifier.req"/>
  <xsd:attributeGroup ref="attr.resourcetype.req"/>
  <xsd:attributeGroup ref="attr.base"/>
  <xsd:attributeGroup ref="attr.href"/>
  <xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>