Attribute set which defines the usage of a resource. |
<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> |