Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type rangeType
Namespace http://infoml.org/infomlFile
Annotations
Used to specify a range of values as part of describing the location
of content within the container; the unit attribute describes the unit of measure
(e.g., begin = "xxiv", end = "xxvii", unit = "page").
Diagram
Diagram infomlFile2.tmp#id127 infomlFile2.tmp#id128 infomlFile2.tmp#id129
Used by
Attributes
QName Type Fixed Default Use Annotation
begin nonnullTokenType required
end nonnullTokenType required
unit nonnullTokenType optional
Source
<xsd:complexType name="rangeType">
  <xsd:annotation>
    <xsd:documentation>Used to specify a range of values as part of describing the location
                of content within the container; the unit attribute describes the unit of measure
                (e.g., begin = "xxiv", end = "xxvii", unit = "page").</xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="unit" type="nonnullTokenType" use="optional"/>
  <xsd:attribute name="begin" type="nonnullTokenType" use="required"/>
  <xsd:attribute name="end" type="nonnullTokenType" use="required"/>
</xsd:complexType>
Attribute rangeType / @unit
Namespace No namespace
Type nonnullTokenType
Properties
use: optional
Facets
minLength 1
Used by
Complex Type rangeType
Source
<xsd:attribute name="unit" type="nonnullTokenType" use="optional"/>
Attribute rangeType / @begin
Namespace No namespace
Type nonnullTokenType
Properties
use: required
Facets
minLength 1
Used by
Complex Type rangeType
Source
<xsd:attribute name="begin" type="nonnullTokenType" use="required"/>
Attribute rangeType / @end
Namespace No namespace
Type nonnullTokenType
Properties
use: required
Facets
minLength 1
Used by
Complex Type rangeType
Source
<xsd:attribute name="end" type="nonnullTokenType" use="required"/>