The XML-Data Reduced (XDR) schema element that refers to a declared attribute type that can appear within the scope of the named ElementType element.
<attribute default="default-value" type="attribute-type" [required="{yes | no}"]>
Number of occurrences | Number of attribute types specified in the schema. |
Parent elements | ElementType |
Child elements | (No child elements.) |
When the required attribute is set to yes and the default attribute specifies a default value, the supplied default value must always be the value; documents containing other attribute values are invalid.
When the required attribute is set to yes and no default is specified, each element whose type is declared to have the attribute must supply its value.
AttributeType | XDR Schema Elements | XDR Schema Data Types Reference