Definition Type: Group
Name: FreeFormTextGroup
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Meta.xsd
Documentation:
Common Free Form Text elements that occur together.
Collapse XSD Schema Diagram:
Drilldown into Note in schema fields_xsd1 Drilldown into Description in schema fields_xsd1XSD Diagram of FreeFormTextGroup in schema meta_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:group name="FreeFormTextGroup">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">
            Common Free Form Text elements that occur together.
         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Description" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Note" />
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Description oagis:Description 0 unbounded
Note oagis:Note 0 unbounded