Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type extendedPointersType
Namespace http://infoml.org/infomlFile
Annotations
An ordered sequence of text-annotated pointers to other infocards,
along with attribute data, as follows--name: see documentation; quality: arbitrary
string describing the ordering assumed to apply to this ordered sequence of
infocards; notes: user-defined string.
Diagram
Diagram infomlFile14.tmp#id105 infomlFile14.tmp#id91 infomlFile14.tmp#id104 infomlFile14.tmp#id90 infomlFile15.tmp#id106 infomlFile15.tmp#id107
Type extension of pointersType
Type hierarchy
Used by
Model parentPtr{0,1} , ptr*
Children parentPtr, ptr
Attributes
QName Type Fixed Default Use Annotation
notes nonnullTokenType optional
quality nonnullTokenType optional
type nonnullTokenType optional
Source
<xsd:complexType name="extendedPointersType">
  <xsd:annotation>
    <xsd:documentation>An ordered sequence of text-annotated pointers to other infocards,
                along with attribute data, as follows--name: see documentation; quality: arbitrary
                string describing the ordering assumed to apply to this ordered sequence of
                infocards; notes: user-defined string.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="pointersType">
      <!-- type: was named "name" in version 0.85 - not sure change
                is a good idea -->
      <xsd:attribute name="type" type="nonnullTokenType" use="optional"/>
      <xsd:attribute name="quality" type="nonnullTokenType" use="optional"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Attribute extendedPointersType / @type
Namespace No namespace
Type nonnullTokenType
Properties
use: optional
Facets
minLength 1
Used by
Complex Type extendedPointersType
Source
<xsd:attribute name="type" type="nonnullTokenType" use="optional"/>
Attribute extendedPointersType / @quality
Namespace No namespace
Type nonnullTokenType
Properties
use: optional
Facets
minLength 1
Used by
Complex Type extendedPointersType
Source
<xsd:attribute name="quality" type="nonnullTokenType" use="optional"/>