<xs:complexType name="OfficesType">
<xs:sequence>
<xs:element ref="offices:Office" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>100311</retsid>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute ref="xml:lang" use="optional">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>100312</retsid>
</xs:appinfo>
</xs:annotation>
</xs:attribute>
<xs:attribute name="systemId" type="commons:system-id" use="optional">
<xs:annotation>
<xs:documentation>
An identifier of the system that an office
'belongs' to when the event involves more than
one system.
</xs:documentation>
<xs:appinfo>
<retsid>100313</retsid>
</xs:appinfo>
</xs:annotation>
</xs:attribute>
<xs:attribute name="versionTimestamp" type="xs:dateTime" use="required" fixed="2008-03-29T16:00:00Z">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>100314</retsid>
</xs:appinfo>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|