Description
The hole-closed type represents whether the hole is closed, open, or half-open.
Derived By
Extending hole-closed-value
Attributes
Name |
Type |
Required? |
Default |
Description |
location |
hole-closed-location |
No |
|
The optional location attribute indicates which portion of the hole is filled in when the element value is half.
|
Referenced By
Definition
<xs:complexType name="hole-closed">
<xs:annotation>
<xs:documentation>The hole-closed type represents whether the hole is closed, open, or half-open. The optional location attribute indicates which portion of the hole is filled in when the element value is half.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="hole-closed-value">
<xs:attribute name="location" type="hole-closed-location">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>