<xs:complexType name="MLSMemberStatusEnum">
<xs:simpleContent>
<xs:restriction base="commons:OtherEnumerationDescriptionString">
<xs:enumeration value="Active">
<xs:annotation>
<xs:documentation>
The member is entitled to access to the
system or other locally defined definitions
for full membership.
</xs:documentation>
<xs:appinfo>
<retsid>101591</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Associate">
<xs:annotation>
<xs:documentation>
The member is restricted in access to the
system or other locally defined definitions
of membership rights.
</xs:documentation>
<xs:appinfo>
<retsid>101592</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Inactive">
<xs:annotation>
<xs:documentation>
The member is not active
</xs:documentation>
<xs:appinfo>
<retsid>101593</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Pending">
<xs:annotation>
<xs:documentation>
The member is not active
</xs:documentation>
<xs:appinfo>
<retsid>101594</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Suspended">
<xs:annotation>
<xs:documentation>
The member is not active
</xs:documentation>
<xs:appinfo>
<retsid>101595</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
The member is not active
</xs:documentation>
<xs:appinfo>
<retsid>101596</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
|