2.2.2.2.8 wss

The wss element MUST be ignored.

Parent Elements

solutionPropertiesExtension

Attributes:

browserEnable: This attribute MUST be ignored.

description: This attribute MUST be ignored.

name: This attribute MUST be ignored.

path: This attribute MUST be ignored.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="wss">
   <xsd:complexType>
     <xsd:sequence/>
     <xsd:attribute name="path" type="xsd:string" use="required"/>
     <xsd:attribute name="name" type="xsd:string" use="required"/>
     <xsd:attribute name="description" type="xsd:string" use="required"/>
     <xsd:attribute name="browserEnable" type="xsf:xdYesNo" use="optional"/>
     <xsd:anyAttribute processContents="skip"/>
   </xsd:complexType>
 </xsd:element>