Definition Type: ComplexType
Name: FreeFormTextGroupType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The FreeFormTextGroupType component is used for providing free form text Notes and text Descriptions.
Collapse XSD Schema Diagram:
Drilldown into Description in schema components_xsd Drilldown into Note in schema components_xsdXSD Diagram of FreeFormTextGroupType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="FreeFormTextGroupType">
    <xsd:annotation>
        <xsd:documentation source="www.openapplications.org">The FreeFormTextGroupType component
                is used for providing free form text Notes and text
            Descriptions.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="Note" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Free-form text field
                describing a note.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="Description" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5" />
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Note star:Note 0 unbounded
Description star:Description 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:FreeFormTextGroup