Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type pointType
Namespace http://infoml.org/infomlFile
Annotations
Used to specify a single value as part of describing the location of
content within the container; the unit attribute describes the unit of measure
(e.g., value = "xxix", NEEDS FIXING unit = "page").
Diagram
Diagram infomlFile38.tmp#id132 infomlFile38.tmp#id133
Used by
Attributes
QName Type Fixed Default Use Annotation
unit nonnullTokenType optional
value nonnullTokenType required
Source
<xsd:complexType name="pointType">
  <xsd:annotation>
    <xsd:documentation>Used to specify a single value as part of describing the location of
                content within the container; the unit attribute describes the unit of measure
                (e.g., value = "xxix", NEEDS FIXING unit = "page").</xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="unit" type="nonnullTokenType" use="optional"/>
  <xsd:attribute name="value" type="nonnullTokenType" use="required"/>
</xsd:complexType>
Attribute pointType / @unit
Namespace No namespace
Type nonnullTokenType
Properties
use: optional
Facets
minLength 1
Used by
Complex Type pointType
Source
<xsd:attribute name="unit" type="nonnullTokenType" use="optional"/>
Attribute pointType / @value
Namespace No namespace
Type nonnullTokenType
Properties
use: required
Facets
minLength 1
Used by
Complex Type pointType
Source
<xsd:attribute name="value" type="nonnullTokenType" use="required"/>