Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element result
Namespace http://4psa.com/SystemMessagesInfo.xsd/1.5
Annotations
Operation result
Diagram
Diagram
Type restriction of xs:string
Properties
content: simple
minOccurs: 0
Facets
enumeration success
enumeration partial
enumeration failure
Source
<xs:element name="result" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Operation result</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="success"/>
      <xs:enumeration value="partial"/>
      <xs:enumeration value="failure"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element notice
Namespace http://4psa.com/SystemMessagesInfo.xsd/1.5
Diagram
Diagram
Type notice
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="notice" type="notice" minOccurs="0" maxOccurs="unbounded"/>
Complex Type UpdateLicenseResponseType
Namespace http://4psa.com/SystemMessagesInfo.xsd/1.5
Diagram
Diagram SystemMessagesInfo_xsd_Complex_Type_UpdateLicenseResponseType.tmp#UpdateLicenseResponseType_result SystemMessagesInfo_xsd_Complex_Type_UpdateLicenseResponseType.tmp#UpdateLicenseResponseType_notice
Used by
Element UpdateLicenseResponse
Model result{0,1} , notice*
Children notice, result
Source
<xs:complexType name="UpdateLicenseResponseType">
  <xs:sequence>
    <xs:element name="result" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Operation result</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="success"/>
          <xs:enumeration value="partial"/>
          <xs:enumeration value="failure"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="notice" type="notice" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>