[]
Defines the different constraints on an attribute's presence on an element.
public enum AttributePresence
| Name | Description |
|---|---|
| Default | The attribute has a default value, and its presence is optional. |
| Fixed | The attribute has a fixed value, if present. |
| Implied | The element is optional. |
| Required | The attribute must always be present on every element. |