Element |
Description |
Type |
Occurrences |
---|---|---|---|
attributes |
List of attributes to associate with the new custom attribute category. |
0 - unlimited |
|
categoryName | Name of the new custom attribute category | string | 1 |
<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>
<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>