Indicates whether the usage of a resource is required or optional. |
Attribute | UseDefinition/@Use |
<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> |