CT_Diagram

Complex Type Information

Model

Children: relationtable

Attributes

QName Type Fixed Default Use Inheritable Annotation
autoformat ST_TrueFalse optional
autolayout ST_TrueFalse optional
constrainbounds xsd:string optional
dgmbasetextscale xsd:integer optional
dgmfontsize xsd:integer optional
dgmscalex xsd:integer optional
dgmscaley xsd:integer optional
dgmstyle xsd:integer optional
ext ST_Ext optional
reverse ST_TrueFalse optional

Used By

Element diagram

Source

<xsd:complexType name="CT_Diagram">
  <xsd:sequence>
    <xsd:element name="relationtable" type="CT_RelationTable" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attributeGroup ref="v:AG_Ext"/>
  <xsd:attribute name="dgmstyle" type="xsd:integer" use="optional"/>
  <xsd:attribute name="autoformat" type="s:ST_TrueFalse" use="optional"/>
  <xsd:attribute name="reverse" type="s:ST_TrueFalse" use="optional"/>
  <xsd:attribute name="autolayout" type="s:ST_TrueFalse" use="optional"/>
  <xsd:attribute name="dgmscalex" type="xsd:integer" use="optional"/>
  <xsd:attribute name="dgmscaley" type="xsd:integer" use="optional"/>
  <xsd:attribute name="dgmfontsize" type="xsd:integer" use="optional"/>
  <xsd:attribute name="constrainbounds" type="xsd:string" use="optional"/>
  <xsd:attribute name="dgmbasetextscale" type="xsd:integer" use="optional"/>
</xsd:complexType>