<xs:complexType name="Utility">
<xs:sequence>
<xs:element name="Category" type="commons:UtilityEnum">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid />
<example />
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="otherTypeDescription" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid />
<example />
</xs:appinfo>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|