Definition Type: Group
Name: ReferencesGroup
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Documentation:
Common References to DocumentReferences and Attachements
Collapse XSD Schema Diagram:
Drilldown into Attachment in schema components_xsd1 Drilldown into DocumentReference in schema components_xsd1XSD Diagram of ReferencesGroup in schema components_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:group name="ReferencesGroup">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">
            Common References to DocumentReferences and Attachements
         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="DocumentReference" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Attachment" />
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentReference oagis:DocumentReference 0 unbounded
Attachment oagis:Attachment 0 unbounded