Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type simpleRichTextWithInfoType
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile9.tmp#id8 infomlFile9.tmp#id32 infomlFile9.tmp#id33 infomlFile9.tmp#id34 infomlFile9.tmp#id35 infomlFile9.tmp#id7 infomlFile35.tmp#id215
Type extension of simpleRichTextType
Type hierarchy
Properties
mixed: true
Model em | strong | code | a | pre
Children a, code, em, pre, strong
Attributes
QName Type Fixed Default Use Annotation
getInfoAt infoRIType required
Source
<xsd:complexType name="simpleRichTextWithInfoType" mixed="true">
  <xsd:complexContent>
    <xsd:extension base="simpleRichTextType">
      <!-- getInfoAt: used to point to an infocard containing data
                on the origin of the rich-text content captured by this type -->
      <xsd:attribute name="getInfoAt" type="infoRIType" use="required"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Attribute simpleRichTextWithInfoType / @getInfoAt
Namespace No namespace
Type infoRIType
Properties
use: required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & ([a-zA-Z][a-zA-Z0-9\-]*(\.[a-zA-Z0-9\-]+){0,2}(_[a-zA-Z0-9\.\-]+(_[a-zA-Z0-9\.\-]+)?)?)
Used by
Source
<xsd:attribute name="getInfoAt" type="infoRIType" use="required"/>