Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

An element of type "eval_item_group" contains seven other elements to provide property values for the eval_item_group. All of these elements are required:

  • An element named EID with a value of type string255
  • An element named TITLE with a value of type string255
  • An element named OWNER with a value of type string255
  • An element named DESCRIPTION with a value of type xsd:string
  • An element named TYPE with a value of type string255
  • An element named PARENT_EID with a value of type string255
  • An element named EXPERT with a value of type xsd:boolean

The full definition of the "eval_item_group" type is:

<xsd:complexType name="eval_item_group">
	<xsd:annotation>
		<xsd:documentation xml:lang="en"> </xsd:documentation>
		<xsd:appinfo>
			<jaxb:class name="EvalItemGroup"
				implClass="org.sakaiproject.evaluation.model.EvalItemGroup"/>
		</xsd:appinfo>
	</xsd:annotation>
	<xsd:all>
		<xsd:element name="EID" type="string255">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> The external identifier for this item group. </xsd:documentation>
				<xsd:documentation xml:lang="en"> Acceptable values: String value. Maximum 255
					characters. </xsd:documentation>
				<xsd:documentation xml:lang="en"> UMICH changes: none </xsd:documentation>
			</xsd:annotation>
		</xsd:element>
		<xsd:element name="TITLE" type="string80">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> The title of this grouping (for display). </xsd:documentation>
				<xsd:documentation xml:lang="en"> Acceptable values: String value. Maximum 80
					characters. </xsd:documentation>
				<xsd:documentation xml:lang="en"> UMICH changes: none </xsd:documentation>
			</xsd:annotation>
		</xsd:element>
		<xsd:element name="OWNER" type="string255">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> The internal identifier for the owner of this
					item group. </xsd:documentation>
				<xsd:documentation xml:lang="en"> Acceptable values: String value. Maximum 255
					characters. </xsd:documentation>
				<xsd:documentation xml:lang="en"> UMICH changes: none </xsd:documentation>
			</xsd:annotation>
		</xsd:element>
		<xsd:element name="DESCRIPTION" type="xsd:string">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> The description which is used for item editors
					only. </xsd:documentation>
				<xsd:documentation xml:lang="en"> Acceptable values: String value. </xsd:documentation>
				<xsd:documentation xml:lang="en"> UMICH changes: none </xsd:documentation>
			</xsd:annotation>
		</xsd:element>
		<xsd:element name="TYPE" type="string255">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> The type/level of grouping (category,
					objective, etc). The hierarchy is Category => Objective => Item. </xsd:documentation>
				<xsd:documentation xml:lang="en"> Acceptable values: String value. Maximum 255
					characters. </xsd:documentation>
				<xsd:documentation xml:lang="en"> UMICH changes: none </xsd:documentation>
			</xsd:annotation>
		</xsd:element>
		<xsd:element name="PARENT_EID" type="string255">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> The external identifier for the parent of this
					item group. May be null if group has no parent. </xsd:documentation>
				<xsd:documentation xml:lang="en"> Acceptable values: String value. Maximum 255
					characters. </xsd:documentation>
				<xsd:documentation xml:lang="en"> UMICH changes: none </xsd:documentation>
			</xsd:annotation>
		</xsd:element>
		<xsd:element name="EXPERT" type="xsd:boolean">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> Is this an expert-created item group? </xsd:documentation>
				<xsd:documentation xml:lang="en"> Acceptable values: "true" or "false" or "1" or
					"0" (without quotes) </xsd:documentation>
				<xsd:documentation xml:lang="en"> UMICH changes: Ensure that a value is
					supplied. </xsd:documentation>
			</xsd:annotation>
		</xsd:element>
	</xsd:all>
</xsd:complexType>
  • No labels