Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element complexPointType / axis
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile38.tmp#id132 infomlFile38.tmp#id133 infomlFile38.tmp#id131
Type pointType
Properties
content: complex
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
unit nonnullTokenType optional
value nonnullTokenType required
Source
<xsd:element name="axis" type="pointType" maxOccurs="unbounded"/>
Complex Type complexPointType
Namespace http://infoml.org/infomlFile
Annotations
Describes a point (e.g., a location within a container) as an ordered
list of unit/value pairs
Diagram
Diagram infomlFile12.tmp#id138
Used by
Model axis+
Children axis
Source
<xsd:complexType name="complexPointType">
  <xsd:annotation>
    <xsd:documentation>Describes a point (e.g., a location within a container) as an ordered
                list of unit/value pairs</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="axis" type="pointType" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>