<xs:complexType name="MembersType">
<xs:sequence>
<xs:element ref="members:Member" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:appinfo>
<retsid>100241</retsid>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute ref="xml:lang" use="optional">
<xs:annotation>
<xs:documentation>
The preferred locale/language of this Member.
The values are formed using the language tags
defined in RFC 3066, using the lang code and
country code from ISO 639 and ISO 3166
http://www.loc.gov/standards/iso639-2/php/code_list.php
http://www.iso.org/iso/en/prods-services/iso3166ma/index.html
This form is <!-- <ISOLangCode>[-<ISOCountryCode>] -->
(ignore the xml comment tags)
Note that the separator is the dash '-' and
not the underscore character.
Valid values include en, en-US and other
combinations of the code sets.
If omitted, the lang values is assumed
to be en.
Further note that like the xml:lang
attribute, this element should be treated
as case-insensitive. That is, the values
en-us, en-US, En-us and any other case
combination should be treated as identical.
</xs:documentation>
<xs:appinfo>
<retsid>100242</retsid>
<example>en-US</example>
</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 this
record of a member 'belongs' to when the
workflow or event involves more than
one system.
</xs:documentation>
<xs:appinfo>
<retsid>100243</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>
An identifier of the system that this
record of a member 'belongs' to when the
workflow or event involves more than
one system.
</xs:documentation>
<xs:appinfo>
<retsid>100317</retsid>
</xs:appinfo>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|