<xs:complexType name="CommercialType">
<xs:sequence>
<xs:element name="CommercialKey" type="commons:resource-key" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>
A unique identifier for this record.
</xs:documentation>
<xs:appinfo>
<retsid>
</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="ModificationTimestamp" type="commons:ModificationTimestamp" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:appinfo>
<retsid>
</retsid>
<example>2007-03-11T12:00:00-05:00</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute ref="xml:lang" use="optional">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>
</retsid>
</xs:appinfo>
</xs:annotation>
</xs:attribute>
<xs:attribute name="systemId" type="commons:system-id" use="required">
<xs:annotation>
<xs:documentation>
An identifier of the system that the commercial
'belongs' to when the collection involves more
than one system.
</xs:documentation>
<xs:appinfo>
<retsid>
</retsid>
</xs:appinfo>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|