Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type simpleRichTextWithOwnerReplaceType
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 infomlFile16.tmp#id179 infomlFile16.tmp#id180
Type extension of simpleRichTextType
Type hierarchy
Properties
mixed: true
Used by
Model em | strong | code | a | pre
Children a, code, em, pre, strong
Attributes
QName Type Fixed Default Use Annotation
owner infoRIType required
replaceOriginal xsd:boolean false optional
Source
<xsd:complexType name="simpleRichTextWithOwnerReplaceType" mixed="true">
  <xsd:complexContent>
    <xsd:extension base="simpleRichTextType">
      <xsd:attribute name="owner" type="infoRIType" use="required"/>
      <xsd:attribute name="replaceOriginal" type="xsd:boolean" use="optional" default="false"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Attribute simpleRichTextWithOwnerReplaceType / @owner
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="owner" type="infoRIType" use="required"/>
Attribute simpleRichTextWithOwnerReplaceType / @replaceOriginal
Namespace No namespace
Type xsd:boolean
Properties
use: optional
default: false
Used by
Source
<xsd:attribute name="replaceOriginal" type="xsd:boolean" use="optional" default="false"/>