QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
identifier | xsd:ID | required | ||||
structure | xsd:string | hierarchical | optional | |||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.imsglobal.org/xsd/imscp_v1p1' |
Element | organization |
<xsd:complexType name="organizationType"> <xsd:sequence> <xsd:element ref="title" minOccurs="0"/> <xsd:element ref="item" maxOccurs="unbounded"/> <xsd:element ref="metadata" minOccurs="0"/> <xsd:group ref="grp.any"/> </xsd:sequence> <xsd:attributeGroup ref="attr.identifier.req"/> <xsd:attributeGroup ref="attr.structure.req"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:complexType> |