Showing:

Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element infomlFile
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile7.tmp#id205 infomlFile7.tmp#id2
Properties
content: complex
Model infoml+
Children infoml
Instance
<infomlFile title="">
  <infoml basedOn="" cardId="" encoding="" treatPointersAs="pointers" version="">{1,unbounded}</infoml>
</infomlFile>
Attributes
QName Type Fixed Default Use Annotation
title nonnullTokenType optional
Source
<xsd:element name="infomlFile">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="infoml" type="infomlType" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="title" type="nonnullTokenType" use="optional"/>
  </xsd:complexType>
</xsd:element>
Element infomlFile / infoml
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile6.tmp#id197 infomlFile6.tmp#id199 infomlFile6.tmp#id200 infomlFile6.tmp#id202 infomlFile6.tmp#id203 infomlFile6.tmp#id4 infomlFile6.tmp#id157 infomlFile6.tmp#id175 infomlFile6.tmp#id185 infomlFile6.tmp#id186 infomlFile6.tmp#id189 infomlFile6.tmp#id192 infomlFile6.tmp#id195 infomlFile6.tmp#id196 infomlFile6.tmp#id3
Type infomlType
Properties
content: complex
maxOccurs: unbounded
Model data{0,1} , selectors{0,1} , properties{0,1} , commentOn{0,1} , dvprNotes* , dvprPointers* , dvprXml* , userNotes* , userPointers*
Children commentOn, data, dvprNotes, dvprPointers, dvprXml, properties, selectors, userNotes, userPointers
Instance
<infoml basedOn="" cardId="" encoding="" treatPointersAs="pointers" version="">
  <data>{0,1}</data>
  <selectors>{0,1}</selectors>
  <properties>{0,1}</properties>
  <commentOn notes="">{0,1}</commentOn>
  <dvprNotes owner="">{0,unbounded}</dvprNotes>
  <dvprPointers notes="" owner="" quality="" type="">{0,unbounded}</dvprPointers>
  <dvprXml owner="">{0,unbounded}</dvprXml>
  <userNotes owner="">{0,unbounded}</userNotes>
  <userPointers notes="" owner="" quality="" type="">{0,unbounded}</userPointers>
</infoml>
Attributes
QName Type Fixed Default Use Annotation
basedOn infoRIType optional
cardId idInfoRIType required
encoding nonnullTokenType required
treatPointersAs treatPointersType pointers optional
version versionType required
Source
<xsd:element name="infoml" type="infomlType" maxOccurs="unbounded"/>
Attribute infomlFile / @title
Namespace No namespace
Type nonnullTokenType
Properties
use: optional
Facets
minLength 1
Used by
Element infomlFile
Source
<xsd:attribute name="title" type="nonnullTokenType" use="optional"/>