response root element
<ProfileAddAssociationRS> <InfoGroup>{0,1}</InfoGroup> <Status>{1,1}</Status> </ProfileAddAssociationRS>
<xs:element name="ProfileAddAssociationRS"> <xs:annotation> <xs:documentation>response root element</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="InfoGroup" minOccurs="0"> <xs:annotation> <xs:documentation>Error and information group</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="ForInfo" minOccurs="0"> <xs:annotation> <xs:documentation>Information group</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Text" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Information text or error text. Example: Free flow text.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Error" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Error group</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Code"/> <xs:element name="Text" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Information text or error text. Example: Free flow text.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Status"> <xs:annotation> <xs:documentation>Request result status. Values are: 0 = succesfully added 1 = error, not added Example: 0</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Error and information group
<InfoGroup> <ForInfo>{0,1}</ForInfo> <Error>{0,unbounded}</Error> </InfoGroup>
<xs:element name="InfoGroup" minOccurs="0"> <xs:annotation> <xs:documentation>Error and information group</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="ForInfo" minOccurs="0"> <xs:annotation> <xs:documentation>Information group</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Text" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Information text or error text. Example: Free flow text.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Error" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Error group</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Code"/> <xs:element name="Text" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Information text or error text. Example: Free flow text.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Information group
<ForInfo> <Text>{1,unbounded}</Text> </ForInfo>
<xs:element name="ForInfo" minOccurs="0"> <xs:annotation> <xs:documentation>Information group</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Text" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Information text or error text. Example: Free flow text.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Information text or error text. Example: Free flow text.
<xs:element name="Text" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Information text or error text. Example: Free flow text.</xs:documentation> </xs:annotation> </xs:element>
Error group
<Error> <Code>{1,1}</Code> <Text>{1,unbounded}</Text> </Error>
<xs:element name="Error" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Error group</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Code"/> <xs:element name="Text" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Information text or error text. Example: Free flow text.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
<xs:element name="Code"/>
Request result status. Values are: 0 = succesfully added 1 = error, not added Example: 0
<xs:element name="Status"> <xs:annotation> <xs:documentation>Request result status. Values are: 0 = succesfully added 1 = error, not added Example: 0</xs:documentation> </xs:annotation> </xs:element>