CATEGORY
The CATEGORY command adds or replaces a category type as a subtype of the active type.
If the active type is a group or item, the CATEGORY command is ignored and an error message is written to the error file.
Components of CATEGORY
The following group view displays the components of the CATEGORY command.
The CATEGORY command must have at least one TypeSyntax, a Sequence, Choice, or Unordered group subclass command, and one of the item subclass command elements.
- Example
-
<CATEGORY SimpleTypeName="Field" CategoryParent="Data"> <Sequence partition="NO"> <Implicit/> </Sequence> <CharTextWestern> <Size Min="0" Max="S"/> <Western CharSet="NATIVE"/> <ValueRestrictions IgnoreCase="NO" Rule="INCLUDE"/> </CharTextWestern> </CATEGORY>