<xsd:complexType name="CT_FileSharing">
<xsd:attribute name="readOnlyRecommended" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Read Only Recommended</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="userName" type="ST_Xstring">
<xsd:annotation>
<xsd:documentation>User Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="reservationPassword" type="ST_UnsignedShortHex">
<xsd:annotation>
<xsd:documentation>Write Reservation Password</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|