Definition Type: ComplexType
Name: LearningObjectReferenceType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
A reference to a developmental tool, course, learning module, or other learning tool.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Description in schema fields_xsd1 Drilldown into LearningObjectUseCode in schema fields_xsd Drilldown into LearningObjectTypeCode in schema fields_xsd Drilldown into Name in schema fields_xsd1 Drilldown into ID in schema fields_xsdXSD Diagram of LearningObjectReferenceType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="LearningObjectReferenceType">
    <xsd:annotation>
        <xsd:documentation>A reference to a developmental tool, course, learning module, or other learning tool.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" />
        <xsd:element ref="oa:Name" minOccurs="0" />
        <xsd:element ref="LearningObjectTypeCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="LearningObjectUseCode" minOccurs="0" />
        <xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 (1)
Name oa:Name 0 (1)
LearningObjectTypeCode nsA:LearningObjectTypeCode 0 unbounded
LearningObjectUseCode nsA:LearningObjectUseCode 0 (1)
Description oa:Description 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:LearningObjectReference