Modes for document sharing (free|paid for now) |
Attribute | shareInstructionType/@mode |
<xs:simpleType name="shareModesType"> <xs:annotation> <xs:documentation>Modes for document sharing (free|paid for now)</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="free"/> <xs:enumeration value="paid"/> </xs:restriction> </xs:simpleType> |