Definition Type: ComplexType
Name: Help_Type
Namespace: http://schemas.microsoft.com/visio/2003/core
Type: nsA:Row_Type
Containing Schema: visio.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Copyright in schema visio_xsd Drilldown into HelpTopic in schema visio_xsd Drilldown into Del in schema visio_xsd Drilldown into Row_Type in schema visio_xsdXSD Diagram of Help_Type in schema visio_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="Help_Type">
    <xsd:complexContent>
        <xsd:extension base="Row_Type">
            <xsd:choice minOccurs="0" maxOccurs="unbounded">
                <xsd:element name="HelpTopic" type="HelpTopic_Type" minOccurs="0" />
                <xsd:element name="Copyright" type="Copyright_Type" minOccurs="0" />
            </xsd:choice>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
HelpTopic nsA:HelpTopic 0 (1)
Copyright nsA:Copyright 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
Del nsA:Del (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:Help