Go to the source code of this file.
 | 
| enum   | te::xsd::AttributeUse { te::xsd::REQUIRED, 
te::xsd::OPTIONAL, 
te::xsd::PROHIBITED
 } | 
|   | It specifies how the attribute is used.  More...
  | 
|   | 
| enum   | te::xsd::BuiltInType { te::xsd::TODO
 } | 
|   | It enumerates the available built-in types.  More...
  | 
|   | 
| enum   | te::xsd::DerivationType {  
  te::xsd::UNKNOWN = 0, 
te::xsd::EXTENSION = 1, 
te::xsd::RESTRICTION = 2, 
te::xsd::SUBSTITUTION = 4, 
 
  te::xsd::LIST = 8, 
te::xsd::UNION = 16, 
te::xsd::ALL = 32
 
 } | 
|   | It specifies the list of possible derivation types.  More...
  | 
|   | 
| enum   | te::xsd::FacetType {  
  te::xsd::Enumeration, 
te::xsd::FractionDigits, 
te::xsd::Length, 
te::xsd::MaxExclusive, 
 
  te::xsd::MaxInclusive, 
te::xsd::MaxLength, 
te::xsd::MinExclusive, 
te::xsd::MinInclusive, 
 
  te::xsd::MinLength, 
te::xsd::Pattern, 
te::xsd::TotalDigits, 
te::xsd::WhiteSpace
 
 } | 
|   | It enumerates the available facet types.  More...
  | 
|   | 
| enum   | te::xsd::Form { te::xsd::Qualified, 
te::xsd::Unqualified
 } | 
|   | It specifies the form for the attribute.  More...
  | 
|   | 
| enum   | te::xsd::ProcessContents { te::xsd::STRICT, 
te::xsd::LAX, 
te::xsd::SKIP
 } | 
|   | It enumerates the possible ways that the XML processor should handle validation against the elements specified by an any element.  More...
  | 
|   |