<xsd:complexType name="Master_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="PageSheet" type="PageSheet_Type" minOccurs="0" />
<xsd:element name="Shapes" type="Shapes_Type" minOccurs="0" />
<xsd:element name="Icon" type="Icon_Type" minOccurs="0" />
<xsd:element name="Connects" type="Connects_Type" minOccurs="0" />
</xsd:choice>
<xsd:attribute name="ID" type="xsd:unsignedLong" />
<xsd:attribute name="BaseID" type="xsd:string" />
<xsd:attribute name="UniqueID" type="xsd:string" />
<xsd:attribute name="MatchByName" type="ISOBoolean" />
<xsd:attribute name="Name" type="xsd:string" />
<xsd:attribute name="NameU" type="xsd:string" />
<xsd:attribute name="IconSize" type="xsd:unsignedShort" />
<xsd:attribute name="PatternFlags" type="xsd:unsignedShort" />
<xsd:attribute name="Prompt" type="xsd:string" />
<xsd:attribute name="Hidden" type="ISOBoolean" />
<xsd:attribute name="IconUpdate" type="ISOBoolean" />
<xsd:attribute name="AlignName" type="xsd:unsignedShort" />
</xsd:complexType>
|