group_type

The simple type named "group_type" enumerates acceptable values for the "group_type" property in elements of type "eval_assign_group".

The values are:

  • Provided
  • Site
  • Group
  • Adhoc
  • Unknown
  • Invalid

The full XML definition for "group_type" is:

<xsd:simpleType name="group_type">
	<xsd:annotation>
		<xsd:documentation xml:lang="en"> This type enumerates acceptable values for the
			"group_type" property in "eval_assign_group" elements. </xsd:documentation>
	</xsd:annotation>
	<xsd:restriction base="string255">
		<xsd:enumeration value="Provided">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> EvalGroup class: Provided type (represents an
					eval group from a provider) </xsd:documentation>
			</xsd:annotation>
		</xsd:enumeration>
		<xsd:enumeration value="Site">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> EvalGroup class: Site type (represents a
					course or project site) </xsd:documentation>
			</xsd:annotation>
		</xsd:enumeration>
		<xsd:enumeration value="Group">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> EvalGroup class: Group type (represents a
					subgroup within a site) </xsd:documentation>
			</xsd:annotation>
		</xsd:enumeration>
		<xsd:enumeration value="Adhoc">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> EvalGroup class: Adhoc type (represents an
					adhoc group of users) </xsd:documentation>
			</xsd:annotation>
		</xsd:enumeration>
		<xsd:enumeration value="Unknown">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> EvalGroup class: Unknown type
				</xsd:documentation>
			</xsd:annotation>
		</xsd:enumeration>
		<xsd:enumeration value="Invalid">
			<xsd:annotation>
				<xsd:documentation xml:lang="en"> EvalGroup class: Invalid group (this group
					could not be found in the system) </xsd:documentation>
			</xsd:annotation>
		</xsd:enumeration>
	</xsd:restriction>
</xsd:simpleType>