CAS Types Schema Doc

Table of Contents

top

Schema Document Properties

Target Namespace http://www.globus.org/07/2004/cas/casTypes
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition
  • This schema imports schema(s) from the following namespace(s):
    • http://schemas.xmlsoap.org/soap/encoding/

Declared Namespaces

Prefix Namespace
Default namespace http://www.w3.org/2001/XMLSchema
tns http://www.globus.org/07/2004/cas/casTypes
apachesoap http://xml.apache.org/xml-soap
soapenc http://schemas.xmlsoap.org/soap/encoding/
wsdl http://schemas.xmlsoap.org/wsdl/
xml http://www.w3.org/XML/1998/namespace
Schema Component Representation
<schema targetNamespace="http://www.globus.org/07/2004/cas/casTypes" elementFormDefault="qualified">
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
...
</schema>
top

Global Declarations

Element: CASRPSet

Name CASRPSet
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<tns:CASRPSet>
<tns:ServerDN> string </tns:ServerDN> [1]
<tns:VODescription> string </tns:VODescription> [1]
</tns:CASRPSet>
Schema Component Representation
<element name="CASRPSet">
<complexType>
<sequence>
<element name="ServerDN" type="string" minOccurs="1" maxOccurs="1"/>
<element name="VODescription" type="string" minOccurs="1" maxOccurs="1"/>
</sequence>
</complexType>
</element>
top

Global Definitions

Complex Type: ArrayOfCasObjectData

Super-types: None
Sub-types: None
Name ArrayOfCasObjectData
Abstract no
XML Instance Representation
<...>
<tns:casObjects> tns:CasObjectData </tns:casObjects> [1..*]
</...>
Schema Component Representation
<complexType name="ArrayOfCasObjectData">
<sequence>
<element name="casObjects" type="tns:CasObjectData" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</complexType>
top

Complex Type: ArrayOfSAMLAuthzQueryType

Super-types: None
Sub-types: None
Name ArrayOfSAMLAuthzQueryType
Abstract no
Documentation Array of SAML Authorization Query.
XML Instance Representation
<...>
<tns:SAMLAuthzTypes> tns:SAMLAuthzQueryType </tns:SAMLAuthzTypes> [1..*]
</...>
Schema Component Representation
<complexType name="ArrayOfSAMLAuthzQueryType">
<sequence>
<element name="SAMLAuthzTypes" type="tns:SAMLAuthzQueryType" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</complexType>
top

Complex Type: ArrayOfString

Super-types: None
Sub-types: None
Name ArrayOfString
Abstract no
Documentation Array of string
XML Instance Representation
<...>
<tns:strings> string </tns:strings> [1..*]
</...>
Schema Component Representation
<complexType name="ArrayOfString">
<sequence>
<element name="strings" type="string" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</complexType>
top

Complex Type: CasObjectData

Super-types: None
Sub-types:
Name CasObjectData
Abstract yes
XML Instance Representation
<.../>
Schema Component Representation
<complexType name="CasObjectData" abstract="true">
<sequence/>
</complexType>
top

Complex Type: NamespaceData

Super-types: CasObjectData < NamespaceData (by extension)
Sub-types: None
Name NamespaceData
Abstract no
XML Instance Representation
<...>
<tns:nickname> string </tns:nickname> [1]
<tns:comparisonAlg> string </tns:comparisonAlg> [1]
<tns:basename> string </tns:basename> [1]
</...>
Schema Component Representation
<complexType name="NamespaceData">
<complexContent>
<extension base="tns:CasObjectData">
<sequence>
<element name="nickname" type="string" nillable="false"/>
<element name="comparisonAlg" type="string" nillable="false"/>
<element name="basename" type="string" nillable="false"/>
</sequence>
</extension>
</complexContent>
</complexType>
top

Complex Type: ObjectData

Super-types: CasObjectData < ObjectData (by extension)
Sub-types: None
Name ObjectData
Abstract no
XML Instance Representation
<...>
<tns:objectId> string </tns:objectId> [1]
<tns:groupNames> tns:ArrayOfString </tns:groupNames> [1]
<tns:objectNamespace> string </tns:objectNamespace> [1]
<tns:objectName> string </tns:objectName> [1]
</...>
Schema Component Representation
<complexType name="ObjectData">
<complexContent>
<extension base="tns:CasObjectData">
<sequence>
<element name="objectId" type="string" nillable="true"/>
<element name="groupNames" type="tns:ArrayOfString" nillable="true"/>
<element name="objectNamespace" type="string" nillable="false"/>
<element name="objectName" type="string" nillable="false"/>
</sequence>
</extension>
</complexContent>
</complexType>
top

Complex Type: ObjectGroupData

Super-types: CasObjectData < ObjectGroupData (by extension)
Sub-types: None
Name ObjectGroupData
Abstract no
XML Instance Representation
<...>
<tns:objectSpecsDesc> tns:ArrayOfString </tns:objectSpecsDesc> [1]
<tns:objectSpecs> tns:ArrayOfString </tns:objectSpecs> [1]
<tns:groupName> string </tns:groupName> [1]
</...>
Schema Component Representation
<complexType name="ObjectGroupData">
<complexContent>
<extension base="tns:CasObjectData">
<sequence>
<element name="objectSpecsDesc" type="tns:ArrayOfString" nillable="true"/>
<element name="objectSpecs" type="tns:ArrayOfString" nillable="true"/>
<element name="groupName" type="string" nillable="false"/>
</sequence>
</extension>
</complexContent>
</complexType>
top

Complex Type: PolicyData

Super-types: CasObjectData < PolicyData (by extension)
Sub-types: None
Name PolicyData
Abstract no
XML Instance Representation
<...>
<tns:policyId> string </tns:policyId> [1]
<tns:userGroupName> string </tns:userGroupName> [1]
<tns:objectSpec> string </tns:objectSpec> [1]
<tns:objectSpecDesc> string </tns:objectSpecDesc> [1]
<tns:actionSpec> string </tns:actionSpec> [1]
<tns:actionSpecDesc> string </tns:actionSpecDesc> [1]
</...>
Schema Component Representation
<complexType name="PolicyData">
<complexContent>
<extension base="tns:CasObjectData">
<sequence>
<element name="policyId" type="string" nillable="true"/>
<element name="userGroupName" type="string" nillable="false"/>
<element name="objectSpec" type="string" nillable="false"/>
<element name="objectSpecDesc" type="string" nillable="false"/>
<element name="actionSpec" type="string" nillable="false"/>
<element name="actionSpecDesc" type="string" nillable="false"/>
</sequence>
</extension>
</complexContent>
</complexType>
top

Complex Type: SAMLAssertion

Super-types: None
Sub-types: None
Name SAMLAssertion
Abstract no
Documentation Object of type org.opensaml.SAMLAssertion is expected
XML Instance Representation
<...>
Allow any elements from any namespace (strict validation). [1]
</...>
Schema Component Representation
<complexType name="SAMLAssertion">
<sequence>
<any namespace="##any"/>
</sequence>
</complexType>
top

Complex Type: SAMLAuthzQueryType

Super-types: None
Sub-types: None
Name SAMLAuthzQueryType
Abstract no
Documentation Object of type org.opensaml.SAMLAuthorizationQuery is expected
XML Instance Representation
<...>
Allow any elements from any namespace (strict validation). [1]
</...>
Schema Component Representation
<complexType name="SAMLAuthzQueryType">
<sequence>
<any namespace="##any"/>
</sequence>
</complexType>
top

Complex Type: ServiceTypeData

Super-types: CasObjectData < ServiceTypeData (by extension)
Sub-types: None
Name ServiceTypeData
Abstract no
XML Instance Representation
<...>
<tns:name> string </tns:name> [1]
<tns:actionNames> tns:ArrayOfString </tns:actionNames> [1]
</...>
Schema Component Representation
<complexType name="ServiceTypeData">
<complexContent>
<extension base="tns:CasObjectData">
<sequence>
<element name="name" type="string" nillable="false"/>
<element name="actionNames" type="tns:ArrayOfString" nillable="false"/>
</sequence>
</extension>
</complexContent>
</complexType>
top

Complex Type: TrustAnchorData

Super-types: CasObjectData < TrustAnchorData (by extension)
Sub-types: None
Name TrustAnchorData
Abstract no
XML Instance Representation
<...>
<tns:nickname> string </tns:nickname> [1]
<tns:authMethod> string </tns:authMethod> [1]
<tns:authData> string </tns:authData> [1]
</...>
Schema Component Representation
<complexType name="TrustAnchorData">
<complexContent>
<extension base="tns:CasObjectData">
<sequence>
<element name="nickname" type="string" nillable="false"/>
<element name="authMethod" type="string" nillable="false"/>
<element name="authData" type="string" nillable="false"/>
</sequence>
</extension>
</complexContent>
</complexType>
top

Complex Type: UserData

Super-types: CasObjectData < UserData (by extension)
Sub-types: None
Name UserData
Abstract no
XML Instance Representation
<...>
<tns:groupNames> tns:ArrayOfString </tns:groupNames> [1]
<tns:subjectName> string </tns:subjectName> [1]
<tns:nickname> string </tns:nickname> [1]
<tns:trustAnchorName> string </tns:trustAnchorName> [1]
</...>
Schema Component Representation
<complexType name="UserData">
<complexContent>
<extension base="tns:CasObjectData">
<sequence>
<element name="groupNames" type="tns:ArrayOfString" nillable="true"/>
<element name="subjectName" type="string" nillable="false"/>
<element name="nickname" type="string" nillable="false"/>
<element name="trustAnchorName" type="string" nillable="false"/>
</sequence>
</extension>
</complexContent>
</complexType>
top

Complex Type: UserGroupData

Super-types: CasObjectData < UserGroupData (by extension)
Sub-types: None
Name UserGroupData
Abstract no
XML Instance Representation
<...>
<tns:userNames> tns:ArrayOfString </tns:userNames> [1]
<tns:groupName> string </tns:groupName> [1]
</...>
Schema Component Representation
<complexType name="UserGroupData">
<complexContent>
<extension base="tns:CasObjectData">
<sequence>
<element name="userNames" type="tns:ArrayOfString" nillable="true"/>
<element name="groupName" type="string" nillable="false"/>
</sequence>
</extension>
</complexContent>
</complexType>
top

Complex Type: addTrustAnchor

Super-types: None
Sub-types: None
Name addTrustAnchor
Abstract no
Documentation userGpName : name of user group to grant all rights to nickname : name of trust anchor authMethod : authentication method authData : authentication data
XML Instance Representation
<...>
<tns:userGpName> string </tns:userGpName> [1]
<tns:nickname> string </tns:nickname> [1]
<tns:authMethod> string </tns:authMethod> [1]
<tns:authData> string </tns:authData> [1]
</...>
Schema Component Representation
<complexType name="addTrustAnchor">
<sequence>
<element name="userGpName" type="string"/>
<element name="nickname" type="string"/>
<element name="authMethod" type="string"/>
<element name="authData" type="string"/>
</sequence>
</complexType>
top

Complex Type: addUser

Super-types: None
Sub-types: None
Name addUser
Abstract no
Documentation userGpName : name of user group to grant all rights to nickname : name of user subjectDN : subject DN of user trustAnchorNickname : nick name of trust anchor
XML Instance Representation
<...>
<tns:userGpName> string </tns:userGpName> [1]
<tns:nickname> string </tns:nickname> [1]
<tns:subjectDN> string </tns:subjectDN> [1]
<tns:trustAnchorNickname> string </tns:trustAnchorNickname> [1]
</...>
Schema Component Representation
<complexType name="addUser">
<sequence>
<element name="userGpName" type="string"/>
<element name="nickname" type="string"/>
<element name="subjectDN" type="string"/>
<element name="trustAnchorNickname" type="string"/>
</sequence>
</complexType>
top

Complex Type: casObjectDesc

Super-types: None
Sub-types: None
Name casObjectDesc
Abstract no
XML Instance Representation
<...>
<tns:typeOfCasObject> string </tns:typeOfCasObject> [1]
<tns:nameOfCasObject> string </tns:nameOfCasObject> [1]
</...>
Schema Component Representation
<complexType name="casObjectDesc">
<sequence>
<element name="typeOfCasObject" type="string"/>
<element name="nameOfCasObject" type="string"/>
</sequence>
</complexType>
top

Complex Type: createGroup

Super-types: None
Sub-types: None
Name createGroup
Abstract no
Documentation groupType : type of group to create userGpName : name of user group to grant all rights to groupName : group name
XML Instance Representation
<...>
<tns:groupType> string </tns:groupType> [1]
<tns:userGpName> string </tns:userGpName> [1]
<tns:groupName> string </tns:groupName> [1]
</...>
Schema Component Representation
<complexType name="createGroup">
<sequence>
<element name="groupType" type="string"/>
<element name="userGpName" type="string"/>
<element name="groupName" type="string"/>
</sequence>
</complexType>
top

Complex Type: createObject

Super-types: None
Sub-types: None
Name createObject
Abstract no
Documentation userGpName : name of user group to grant all rights to objectName : name of object to create objectNamespace : nickname of object namespace
XML Instance Representation
<...>
<tns:userGpName> string </tns:userGpName> [1]
<tns:objectName> string </tns:objectName> [1]
<tns:objectNamespace> string </tns:objectNamespace> [1]
</...>
Schema Component Representation
<complexType name="createObject">
<sequence>
<element name="userGpName" type="string"/>
<element name="objectName" type="string"/>
<element name="objectNamespace" type="string"/>
</sequence>
</complexType>
top

Complex Type: createObjectNamespace

Super-types: None
Sub-types: None
Name createObjectNamespace
Abstract no
Documentation userGpName : name of user group to grant all rights to nickname : nickname of namespace to create basename : basename comparisonAlg : comparison algorithm
XML Instance Representation
<...>
<tns:userGpName> string </tns:userGpName> [1]
<tns:nickname> string </tns:nickname> [1]
<tns:baseName> string </tns:baseName> [1]
<tns:comparisonAlg> string </tns:comparisonAlg> [1]
</...>
Schema Component Representation
<complexType name="createObjectNamespace">
<sequence>
<element name="userGpName" type="string"/>
<element name="nickname" type="string"/>
<element name="baseName" type="string"/>
<element name="comparisonAlg" type="string"/>
</sequence>
</complexType>
top

Complex Type: createServiceType

Super-types: None
Sub-types: None
Name createServiceType
Abstract no
Documentation userGpName : name of user group to grant all rights to serviceTypeName : service type name
XML Instance Representation
<...>
<tns:userGpName> string </tns:userGpName> [1]
<tns:serviceTypeName> string </tns:serviceTypeName> [1]
</...>
Schema Component Representation
<complexType name="createServiceType">
<sequence>
<element name="userGpName" type="string"/>
<element name="serviceTypeName" type="string"/>
</sequence>
</complexType>
top

Complex Type: deleteGroup

Super-types: None
Sub-types: None
Name deleteGroup
Abstract no
Documentation groupType : type of group to delete groupName : group name
XML Instance Representation
<...>
<tns:groupType> string </tns:groupType> [1]
<tns:groupName> string </tns:groupName> [1]
</...>
Schema Component Representation
<complexType name="deleteGroup">
<sequence>
<element name="groupType" type="string"/>
<element name="groupName" type="string"/>
</sequence>
</complexType>
top

Complex Type: deleteObject

Super-types: None
Sub-types: None
Name deleteObject
Abstract no
Documentation objectName : name of object to delete objectNamespace : nickname of object namespace
XML Instance Representation
<...>
<tns:objectName> string </tns:objectName> [1]
<tns:objectNamespace> string </tns:objectNamespace> [1]
</...>
Schema Component Representation
<complexType name="deleteObject">
<sequence>
<element name="objectName" type="string"/>
<element name="objectNamespace" type="string"/>
</sequence>
</complexType>
top

Complex Type: getAssertionParam

Super-types: None
Sub-types: None
Name getAssertionParam
Abstract no
Documentation Specifies an array of SAML Authorization Query to process to generate assertions on. The lifetime parameter is the requested lifetime and may not be always granted depending on server"s assertion lifetime policy
XML Instance Representation
<...>
<tns:samlAuthzQuery> tns:ArrayOfSAMLAuthzQueryType </tns:samlAuthzQuery> [1]
<tns:lifetime> int </tns:lifetime> [1]
</...>
Schema Component Representation
<complexType name="getAssertionParam">
<sequence>
<element name="samlAuthzQuery" type="tns:ArrayOfSAMLAuthzQueryType"/>
<element name="lifetime" type="int"/>
</sequence>
</complexType>
top

Complex Type: getGroupMembers

Super-types: None
Sub-types: None
Name getGroupMembers
Abstract no
XML Instance Representation
<...>
<tns:typeOfGroup> string </tns:typeOfGroup> [1]
<tns:nameOfGroup> string </tns:nameOfGroup> [1]
</...>
Schema Component Representation
<complexType name="getGroupMembers">
<sequence>
<element name="typeOfGroup" type="string"/>
<element name="nameOfGroup" type="string"/>
</sequence>
</complexType>
top

Complex Type: list

Super-types: None
Sub-types: None
Name list
Abstract no
XML Instance Representation
<...>
<tns:typeOfCasObject> string </tns:typeOfCasObject> [1]
</...>
Schema Component Representation
<complexType name="list">
<sequence>
<element name="typeOfCasObject" type="string"/>
</sequence>
</complexType>
top

Complex Type: manageObjectGroups

Super-types: None
Sub-types: None
Name manageObjectGroups
Abstract no
Documentation requestType : add or remove groupName : name of object group objectSpec : specification of object objectSpecDesc : description of object
XML Instance Representation
<...>
<tns:requestType> string </tns:requestType> [1]
<tns:groupName> string </tns:groupName> [1]
<tns:objectSpec> string </tns:objectSpec> [1]
<tns:objectSpecDesc> string </tns:objectSpecDesc> [1]
</...>
Schema Component Representation
<complexType name="manageObjectGroups">
<sequence>
<element name="requestType" type="string"/>
<element name="groupName" type="string"/>
<element name="objectSpec" type="string"/>
<element name="objectSpecDesc" type="string"/>
</sequence>
</complexType>
top

Complex Type: manageServiceAction

Super-types: None
Sub-types: None
Name manageServiceAction
Abstract no
Documentation requestType : add or remove serviceTypeName : service type name actionName : action name
XML Instance Representation
<...>
<tns:requestType> string </tns:requestType> [1]
<tns:serviceTypeName> string </tns:serviceTypeName> [1]
<tns:actionName> string </tns:actionName> [1]
</...>
Schema Component Representation
<complexType name="manageServiceAction">
<sequence>
<element name="requestType" type="string"/>
<element name="serviceTypeName" type="string"/>
<element name="actionName" type="string"/>
</sequence>
</complexType>
top

Complex Type: manageServiceActionGroups

Super-types: None
Sub-types: None
Name manageServiceActionGroups
Abstract no
Documentation requestType : add or remove groupName : name of service action group serviceTypeName : name of service type actionName : name of action
XML Instance Representation
<...>
<tns:requestType> string </tns:requestType> [1]
<tns:groupName> string </tns:groupName> [1]
<tns:serviceTypeName> string </tns:serviceTypeName> [1]
<tns:actionName> string </tns:actionName> [1]
</...>
Schema Component Representation
<complexType name="manageServiceActionGroups">
<sequence>
<element name="requestType" type="string"/>
<element name="groupName" type="string"/>
<element name="serviceTypeName" type="string"/>
<element name="actionName" type="string"/>
</sequence>
</complexType>
top

Complex Type: manageUserGroups

Super-types: None
Sub-types: None
Name manageUserGroups
Abstract no
Documentation requestType : add or remove groupName : name of user group userNickname : nickname of user
XML Instance Representation
<...>
<tns:requestType> string </tns:requestType> [1]
<tns:groupName> string </tns:groupName> [1]
<tns:userNickname> string </tns:userNickname> [1]
</...>
Schema Component Representation
<complexType name="manageUserGroups">
<sequence>
<element name="requestType" type="string"/>
<element name="groupName" type="string"/>
<element name="userNickname" type="string"/>
</sequence>
</complexType>
top

Complex Type: policyDetails

Super-types: None
Sub-types: None
Name policyDetails
Abstract no
Documentation userGpName : user group name objectSpec : specification of object objectSpecDesc : description of object actionSpec : specification of action actionSpecDesc: description of action
XML Instance Representation
<...>
<tns:userGpName> string </tns:userGpName> [1]
<tns:objectSpec> string </tns:objectSpec> [1]
<tns:objectSpecDesc> string </tns:objectSpecDesc> [1]
<tns:actionSpec> string </tns:actionSpec> [1]
<tns:actionSpecDesc> string </tns:actionSpecDesc> [1]
</...>
Schema Component Representation
<complexType name="policyDetails">
<sequence>
<element name="userGpName" type="string"/>
<element name="objectSpec" type="string"/>
<element name="objectSpecDesc" type="string"/>
<element name="actionSpec" type="string"/>
<element name="actionSpecDesc" type="string"/>
</sequence>
</complexType>
top

Complex Type: policyResponse

Super-types: None
Sub-types: None
Name policyResponse
Abstract no
XML Instance Representation
<...>
<tns:policy> tns:CasObjectData </tns:policy> [1]
</...>
Schema Component Representation
<complexType name="policyResponse">
<sequence>
<element name="policy" type="tns:CasObjectData"/>
</sequence>
</complexType>
top

Complex Type: voidType

Super-types: None
Sub-types: None
Name voidType
Abstract no
XML Instance Representation
<.../>
Schema Component Representation
<complexType name="voidType"/>
top

Legend

Complex Type: AusAddress
Schema Component Type Schema Component Name
Super-types: Address < AusAddress (by extension)
Sub-types:
  • QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
Name AusAddress
Abstract no
The table above displays the properties of this schema component.
XML Instance Representation
<... country="Australia">
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice[1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1]
</...>

The XML Instance Representation table above shows the schema component's content as an XML instance.

  • The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].
  • Model group information are shown in gray, e.g. Start Choice ... End Choice.
  • For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in bold.
  • If an element/attribute has a fixed value, the fixed value is shown in green, e.g. country="Australia".
  • Otherwise, the type of the element/attribute is displayed.
    • If the element/attribute's type is in the schema, a link is provided to it.
    • For local simple type definitions, the constraints are displayed in angle brackets, e.g. <<pattern = [1-9][0-9]{3}>>.
Schema Component Representation
<complexTypename="AusAddress">
<complexContent>
<extensionbase="Address">
<sequence>
<elementname="state" type="AusStates"/>
<elementname="postcode">
<simpleType>
<restrictionbase="string">
<patternvalue="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attributename="country" type="string" fixed="Australia"/>
</extension>
</complexContent>
</complexType>
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
top

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

top

Generated by xs3p.