Namespace |
http://infoml.org/infomlFile |
Diagram
|
|
Type |
extension of simpleRichTextType |
Type hierarchy |
|
Properties
|
|
Used by
|
|
Model |
em | strong | code | a | pre |
Children |
a, code, em, pre, strong |
Attributes
|
|
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> |
|