Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element pointersType / parentPtr
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile19.tmp#id97 infomlFile19.tmp#id98 infomlFile19.tmp#id99 infomlFile19.tmp#id101 infomlFile19.tmp#id102 infomlFile19.tmp#id103 infomlFile19.tmp#id93 infomlFile19.tmp#id94 infomlFile19.tmp#id95 infomlFile19.tmp#id96 infomlFile19.tmp#id92
Type richPointerType
Properties
content: complex
minOccurs: 0
Model p | quotation | poem | table
Children p, poem, quotation, table
Instance
<parentPtr adjacentToPrevious="true" name="" previousCurrentSeparator=" " qualities="" sameParaAsPrevious="true" targetId="">
  <p>{1,1}</p>
  <quotation author="">{1,1}</quotation>
  <poem>{1,1}</poem>
  <table>{1,1}</table>
</parentPtr>
Attributes
QName Type Fixed Default Use Annotation
adjacentToPrevious xsd:boolean true optional
name nonnullTokenType optional
previousCurrentSeparator xsd:string optional
qualities xsd:string optional
sameParaAsPrevious xsd:boolean true optional
targetId infoRIType required
Source
<xsd:element name="parentPtr" type="richPointerType" minOccurs="0"/>
Element pointersType / ptr
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile19.tmp#id97 infomlFile19.tmp#id98 infomlFile19.tmp#id99 infomlFile19.tmp#id101 infomlFile19.tmp#id102 infomlFile19.tmp#id103 infomlFile19.tmp#id93 infomlFile19.tmp#id94 infomlFile19.tmp#id95 infomlFile19.tmp#id96 infomlFile19.tmp#id92
Type richPointerType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model p | quotation | poem | table
Children p, poem, quotation, table
Instance
<ptr adjacentToPrevious="true" name="" previousCurrentSeparator=" " qualities="" sameParaAsPrevious="true" targetId="">
  <p>{1,1}</p>
  <quotation author="">{1,1}</quotation>
  <poem>{1,1}</poem>
  <table>{1,1}</table>
</ptr>
Attributes
QName Type Fixed Default Use Annotation
adjacentToPrevious xsd:boolean true optional
name nonnullTokenType optional
previousCurrentSeparator xsd:string optional
qualities xsd:string optional
sameParaAsPrevious xsd:boolean true optional
targetId infoRIType required
Source
<xsd:element name="ptr" type="richPointerType" minOccurs="0" maxOccurs="unbounded"/>
Complex Type pointersType
Namespace http://infoml.org/infomlFile
Annotations
An ordered sequence of text-annotated pointers to other infocards,
along with attribute data, as follows--notes: user-defined string.
Diagram
Diagram infomlFile14.tmp#id105 infomlFile14.tmp#id91 infomlFile14.tmp#id104
Used by
Model parentPtr{0,1} , ptr*
Children parentPtr, ptr
Attributes
QName Type Fixed Default Use Annotation
notes nonnullTokenType optional
Source
<xsd:complexType name="pointersType">
  <xsd:annotation>
    <xsd:documentation>An ordered sequence of text-annotated pointers to other infocards,
                along with attribute data, as follows--notes: user-defined string.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="parentPtr" type="richPointerType" minOccurs="0"/>
    <xsd:element name="ptr" type="richPointerType" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="notes" type="nonnullTokenType" use="optional"/>
</xsd:complexType>
Attribute pointersType / @notes
Namespace No namespace
Type nonnullTokenType
Properties
use: optional
Facets
minLength 1
Used by
Complex Type pointersType
Source
<xsd:attribute name="notes" type="nonnullTokenType" use="optional"/>