Definition Type: Element
Name: attributeData
Namespace: http://schemas.microsoft.com/office/infopath/2003/solutionDefinition
Containing Schema: sd.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into value in schema sd_xsd Drilldown into attribute in schema sd_xsdXSD Diagram of attributeData in schema sd_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="attributeData">
    <xsd:complexType>
        <xsd:attribute name="attribute" type="xsd:string" use="required" />
        <xsd:attribute name="value" type="xsd:string" use="required" />
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
attribute xsf:attribute Required
value xsf:value Required