Definition Type: Element
Name: chooseFragment
Namespace: http://schemas.microsoft.com/office/infopath/2003/solutionDefinition
Containing Schema: sd.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into innerFragment in schema sd_xsd Drilldown into followingSiblings in schema sd_xsd Drilldown into parent in schema sd_xsdXSD Diagram of chooseFragment in schema sd_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="chooseFragment">
    <xsd:complexType mixed="true">
        <xsd:sequence>
            <xsd:any minOccurs="0" maxOccurs="unbounded" processContents="skip" />
        </xsd:sequence>
        <xsd:attribute name="parent" type="xsd:string" />
        <xsd:attribute name="followingSiblings" type="xsd:string" use="optional" />
        <xsd:attribute name="innerFragment" type="xsd:string" use="optional" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
parent xsf:parent (Optional)
followingSiblings xsf:followingSiblings Optional
innerFragment xsf:innerFragment Optional