Class TLcdXMLBuiltInConstants.XSD.Type

java.lang.Object
com.luciad.format.xml.bind.schema.TLcdXMLBuiltInConstants.XSD.Type
Enclosing class:
TLcdXMLBuiltInConstants.XSD

public static final class TLcdXMLBuiltInConstants.XSD.Type extends Object
This class provides easy access to all XML types defined in the http://www.w3.org/2001/XMLSchema schema. It defines constants for all the types defined (both locally and globally) in the schema.

The name of each constant is constructed as follows. For global types, the name of the constant is equal to the name of the type. For locally defined types, the name of the constant is equal to the identifier of the element that defines the type. The identifier for a global element is equal to '_' followed by the name of the element. The identifier for a local element is the concatenation of the identifier of the type of the element, an '_' and the name of the element.

This class has been automatically generated based on the XSD.