The BaseTypes schema document provides various fundamental type definitions that are included in other schemas. They are as follows:
A simple type derived from the union of Vector2FloatType and Vector3FloatType. An attractor is a two or three dimensional location within a container to which an object is attracted. Coordinates are relative to the origin of the container. When using attractors, window coordinates are usually calculated from the center of the window. For instance, if the container is a window, an attractor of (0,0) would mean that the object is attracted to the center of the window. The Z axis is considered to be zero or is ignored when mapping between dimensions.
An abstract complex type used to define typed data sources.
A simple type derived from xs:token that only allows valid email address patterns.
A localizeable version of xs:token.
A URI for a localized resource.
A simple type derived from xs:float that does not allow negative values.
A simple type derived from xs:double that does not allow negative values.
A simple type derived from xs:integer that does not allow negative values.
A simple type derived from xs:token that is an indicator of permitted usage of a resource.
A localizable mixed content type that supports a subset of XHMTL-Strict markup tags. Content of this type is designed to be embeded into XHTML-Strict web pages. Content therefore MUST be written to be container and style neutral.
A simple type derived from the union of date, gYearMonth, and gYear.
A simple list of double xs:double types separated with white space.
A simple list of two xs:float types separated with white space.
A simple list of three xs:double types separated with white space.
A simple list of three xs:float types separated with white space.
A simple list of four xs:double types separated with white space.
A simple list of four xs:float types separated with white space.
BaseTypes is a chameleon schema document that takes on the XML namespace of the including schema document. The appropriate schema location designation is http://zlst.org/schemas/2001/BaseTypes/BaseTypes.xsd.