resourcesType

Complex Type Information

Model

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

Attributes

QName Type Fixed Default Use Inheritable Annotation
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 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="strict"/>
</xsd:complexType>