Package org.exolab.castor.dsml
Class XML.Schema.Attributes.Types
- java.lang.Object
-
- org.exolab.castor.dsml.XML.Schema.Attributes.Types
-
- Enclosing class:
- XML.Schema.Attributes
public static class XML.Schema.Attributes.Types extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ABSTRACT
static java.lang.String
AUXILIARY
static java.lang.String
STRUCTURAL
-
Constructor Summary
Constructors Constructor Description Types()
-
-
-
Field Detail
-
STRUCTURAL
public static final java.lang.String STRUCTURAL
- See Also:
- Constant Field Values
-
ABSTRACT
public static final java.lang.String ABSTRACT
- See Also:
- Constant Field Values
-
AUXILIARY
public static final java.lang.String AUXILIARY
- See Also:
- Constant Field Values
-
-