<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="scormType">
<xsd:complexContent>
<xsd:extension base="serv:bodyContentType">
<xsd:sequence>
<xsd:element name="source" type="xsd:string" minOccurs="0" />
<xsd:element name="model" type="xsd:string" minOccurs="0" />
<xsd:element name="csfFilename" type="xsd:string" minOccurs="0" />
<xsd:element name="title" type="xsd:string" minOccurs="0" />
<xsd:element name="description" type="xsd:string" minOccurs="0" />
<xsd:element name="curricularType" type="xsd:string" minOccurs="0" />
<xsd:element name="authorName" type="xsd:string" minOccurs="0" />
<xsd:element name="keywords" type="xsd:string" minOccurs="0" />
<xsd:element name="catalogueName" type="xsd:string" minOccurs="0" />
<xsd:element name="version" type="xsd:string" minOccurs="0" />
<xsd:element name="status" type="xsd:string" minOccurs="0" />
<xsd:element name="metaDataSchema" type="xsd:string" minOccurs="0" />
<xsd:element name="fileFormat" type="xsd:string" minOccurs="0" />
<xsd:element name="location" type="xsd:string" minOccurs="0" />
<xsd:element name="courseFee" type="xsd:string" minOccurs="0" />
<xsd:element name="copyright" type="xsd:string" minOccurs="0" />
<xsd:element name="coursePurpose" type="xsd:string" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|