resourcesType

Complex Type Information

Model

resource* , ANY element from ANY namespace OTHER than 'http://www.imsglobal.org/xsd/imscp_v1p1'
Children: resource

Attributes

QName Type Fixed Default Use Inheritable Annotation
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 resources

Source

<xsd:complexType name="resourcesType">
  <xsd:sequence>
    <xsd:element ref="resource" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:group ref="grp.any"/>
  </xsd:sequence>
  <xsd:attributeGroup ref="attr.base"/>
  <xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>