fileType

Complex Type Information

Model

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

Attributes

QName Type Fixed Default Use Inheritable Annotation
href xsd:anyURI required
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.imsglobal.org/xsd/imscp_v1p1'

Used By

Element file

Source

<xsd:complexType name="fileType">
  <xsd:sequence>
    <xsd:element ref="metadata" minOccurs="0"/>
    <xsd:group ref="grp.any"/>
  </xsd:sequence>
  <xsd:attributeGroup ref="attr.href.req"/>
  <xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>