SoapCategory

Element

Description

Type

Occurrences

attributes

List of attributes to associate with the new custom attribute category.

SoapAttributes

0 - unlimited

categoryName Name of the new custom attribute category string 1

Specification

<xs:complexType name="SoapCategory">

  <xs:sequence>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="attributes" nillable="true" type="ns0:SoapAttributes" />
    <xs:element name="categoryName" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

 

Example

<ns:SoapCategory>

  <ns:attributes>
    <ns:attribute>First Aid</ns:attribute> 
    <ns:attribute>Paramedic</ns:attribute>
    <ns:attribute>None</ns:attribute>
          <ns:categoryName>Medical Training</ns:categoryName>  
  </ns:attributes>
</ns:SoapCategory>