Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element complexRangeType / begin
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile12.tmp#id138 infomlFile12.tmp#id137
Type complexPointType
Properties
content: complex
maxOccurs: unbounded
Model axis+
Children axis
Instance
<begin>
  <axis unit="" value="">{1,unbounded}</axis>
</begin>
Source
<xsd:element name="begin" type="complexPointType" maxOccurs="unbounded"/>
Element complexRangeType / end
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile12.tmp#id138 infomlFile12.tmp#id137
Type complexPointType
Properties
content: complex
maxOccurs: unbounded
Model axis+
Children axis
Instance
<end>
  <axis unit="" value="">{1,unbounded}</axis>
</end>
Source
<xsd:element name="end" type="complexPointType" maxOccurs="unbounded"/>
Complex Type complexRangeType
Namespace http://infoml.org/infomlFile
Annotations
Describes a range of complex points
Diagram
Diagram infomlFile23.tmp#id136 infomlFile23.tmp#id139
Used by
Model begin+ , end+
Children begin, end
Source
<xsd:complexType name="complexRangeType">
  <xsd:annotation>
    <xsd:documentation>Describes a range of complex points</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="begin" type="complexPointType" maxOccurs="unbounded"/>
    <xsd:element name="end" type="complexPointType" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>