Definition Type Complex Type
Name Align_Type
Namespace http://schemas.microsoft.com/visio/2003/core
Type A:Row_Type
Abstract False
XSD Schema visio.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Align_Type" >
  <xsd:complexContent mixed="false">
    <xsd:extension base="Row_Type">
      <xsd:choice minOccurs="0" maxOccurs="unbounded">
        <xsd:element minOccurs="0" name="AlignLeft" type="AlignLeft_Type"/>
        <xsd:element minOccurs="0" name="AlignCenter" type="AlignCenter_Type"/>
        <xsd:element minOccurs="0" name="AlignRight" type="AlignRight_Type"/>
        <xsd:element minOccurs="0" name="AlignTop" type="AlignTop_Type"/>
        <xsd:element minOccurs="0" name="AlignMiddle" type="AlignMiddle_Type"/>
        <xsd:element minOccurs="0" name="AlignBottom" type="AlignBottom_Type"/>
      </xsd:choice>

    </xsd:extension>

  </xsd:complexContent>

</xsd:complexType>
Child Elements
Name Type Min Occurs Max Occurs
Child Attributes
Name Type Default Value Use
Derivation Tree
A:Row_Type
    Align_Type
        A:Align
References
A:Align
Generated using Liquid XML Studio by Liquid Technologies Ltd