Documentation for TrainingCenterDatabasev2

Simple Type: Token_t

[Table of contents]

Super-types: xsd:token < Token_t (by restriction)
Sub-types:
Name Token_t
Used by (from the same schema document) Complex Type AbstractSource_t , Complex Type Build_t , Complex Type Build_t
Content
  • Base XSD Type: token
Documentation Token must be defined as a type because of a bug in the MSXML parser which does not correctly process xsd:token using the whiteSpace value of "collapse"
Diagram
Schema Component Representation
<xsd:simpleType name="Token_t">
<xsd:restriction base=" xsd:token ">
<xsd:whiteSpace value="collapse"/>
</xsd:restriction>
</xsd:simpleType>