UseDefinition

Attribute set which defines the usage of a resource.

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
Use UseType required
Whether the resource is required or optional.

Used By

Complex Types Column, ColumnRef

Source

<xsd:attributeGroup name="UseDefinition">
  <xsd:annotation>
    <xsd:documentation>Attribute set which defines the usage of a resource.</xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="Use" type="UseType" use="required">
    <xsd:annotation>
      <xsd:documentation>Whether the resource is required or optional.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:attributeGroup>