Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element result
Namespace http://4psa.com/Common.xsd/5.2.5
Annotations
Operation result
Diagram
Diagram
Type restriction of xs:string
Properties
content: simple
Facets
enumeration success
enumeration partial
enumeration failure
Used by
Source
<xs:element name="result">
  <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>