| diagram |
 |
| used by |
|
| attributes |
|
| annotation |
| documentation | | Type for an element with a single scalar valued attribute that is greater than or equal to 0. |
|
| source |
<xsd:complexType name="nonNegativeScalarElementType">
<xsd:annotation>
<xsd:documentation>Type for an element with a single scalar valued attribute that is greater than or equal to 0.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="value" type="nonNegativeScalarType" use="required"/>
<xsd:attributeGroup ref="CommonAttributes"/>
</xsd:complexType> |