Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element GetUserGroups
Namespace http://4psa.com/UserMessages.xsd/5.2.5
Annotations
Get list of group IDs
Diagram
Diagram Common_xsd_Element_ID.tmp#ID Common_xsd_Element_identifier.tmp#identifier UserMessages_xsd_Element_GetUserGroups.tmp#GetUserGroups_share
Properties
content: complex
Model (ID | identifier) , share
Children ID, identifier, share
Instance
<GetUserGroups xmlns="http://4psa.com/UserMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <common:ID>{1,1}</common:ID>
  <common:identifier>{1,1}</common:identifier>
  <share>{1,1}</share>
</GetUserGroups>
Source
<xs:element name="GetUserGroups">
  <xs:annotation>
    <xs:documentation>Get list of group IDs</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:choice>
        <xs:element ref="common:ID"/>
        <xs:element ref="common:identifier"/>
      </xs:choice>
      <xs:element name="share" type="common:boolean">
        <xs:annotation>
          <xs:documentation>Groups that this extension can share info
							with</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element share
Namespace http://4psa.com/UserMessages.xsd/5.2.5
Annotations
Groups that this extension can share info
with
Diagram
Diagram Common_xsd_Simple_Type_boolean.tmp#boolean
Type boolean
Properties
content: simple
Facets
whiteSpace collapse
Source
<xs:element name="share" type="common:boolean">
  <xs:annotation>
    <xs:documentation>Groups that this extension can share info
							with</xs:documentation>
  </xs:annotation>
</xs:element>