Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element locationType / range
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile2.tmp#id127 infomlFile2.tmp#id128 infomlFile2.tmp#id129 infomlFile2.tmp#id126
Type rangeType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
begin nonnullTokenType required
end nonnullTokenType required
unit nonnullTokenType optional
Source
<xsd:element name="range" type="rangeType"/>
Element locationType / point
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile38.tmp#id132 infomlFile38.tmp#id133 infomlFile38.tmp#id131
Type pointType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
unit nonnullTokenType optional
value nonnullTokenType required
Source
<xsd:element name="point" type="pointType"/>
Element locationType / complexRange
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile23.tmp#id136 infomlFile23.tmp#id139 infomlFile23.tmp#id135
Type complexRangeType
Properties
content: complex
Model begin+ , end+
Children begin, end
Instance
<complexRange>
  <begin>{1,unbounded}</begin>
  <end>{1,unbounded}</end>
</complexRange>
Source
<xsd:element name="complexRange" type="complexRangeType"/>
Element locationType / complexPoint
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile12.tmp#id138 infomlFile12.tmp#id137
Type complexPointType
Properties
content: complex
Model axis+
Children axis
Instance
<complexPoint>
  <axis unit="" value="">{1,unbounded}</axis>
</complexPoint>
Source
<xsd:element name="complexPoint" type="complexPointType"/>
Complex Type locationType
Namespace http://infoml.org/infomlFile
Annotations
Fully describes the location of content within the container as
either a point or range within the innermost subcontainer (e.g., pages xxiv through
xxvii or page 4)
Diagram
Diagram infomlFile46.tmp#id125 infomlFile46.tmp#id130 infomlFile46.tmp#id134 infomlFile46.tmp#id140
Used by
Model (range | point | complexRange | complexPoint)
Children complexPoint, complexRange, point, range
Source
<xsd:complexType name="locationType">
  <xsd:annotation>
    <xsd:documentation>Fully describes the location of content within the container as
                either a point or range within the innermost subcontainer (e.g., pages xxiv through
                xxvii or page 4)</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <!-- DIFF 0.85: defined as any combination of range and point elements -->
    <!-- DIFF 0.87: defined as a range *or* point element -->
    <xsd:choice>
      <xsd:element name="range" type="rangeType"/>
      <xsd:element name="point" type="pointType"/>
      <xsd:element name="complexRange" type="complexRangeType"/>
      <xsd:element name="complexPoint" type="complexPointType"/>
    </xsd:choice>
  </xsd:sequence>
</xsd:complexType>