UseType

Indicates whether the usage of a resource is required or optional.

Simple Type Information

Used By

Attribute UseDefinition/@Use

Source

<xsd:simpleType name="UseType">
  <xsd:annotation>
    <xsd:documentation>Indicates whether the usage of a resource is required or optional.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:token">
    <xsd:enumeration value="optional"/>
    <xsd:enumeration value="required"/>
  </xsd:restriction>
</xsd:simpleType>