documentPermissionVO Data Type
- Namespace
- (Default)
- Schema
- ns0.xsd
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| attributionDescription | string | element | 0/1 | ||
| attributionType | int | element | 0/1 | ||
| attributionValue | string | element | 0/1 | ||
| downloadEnabled | boolean | element | 0/1 | ||
| inheritSecurity | boolean | element | 0/1 | ||
| securityLevel | int | element | 0/1 | ||
| securityVersion | boolean | element | 0/1 | ||
| showContent | boolean | element | 0/1 |
Example
<documentsecurity> <attributionDescription>...</attributionDescription> <showContent>...</showContent> <inheritSecurity>...</inheritSecurity> <attributionType>...</attributionType> <downloadEnabled>...</downloadEnabled> <securityVersion>...</securityVersion> <securityLevel>...</securityLevel> <attributionValue>...</attributionValue> </documentsecurity>