name | data type | type | namespace | min/max occurs | constraints | description |
---|---|---|---|---|---|---|
config | string | element | 0/1 | Returns the value for the member attribute config | ||
description | string | element | 0/1 | Returns the value for the member attribute description | ||
isActive | boolean | element | 1/1 | required | Returns the value for the member attribute isActive | |
name | string | element | 0/1 | Returns the value for the member attribute name | ||
repositoryType | string | element | 0/1 | Returns the value for the member attribute repositoryType | ||
version | string | element | 0/1 | Returns the value for the member attribute version | ||
Properties inherited from VXDataObject |
||||||
createDate | dateTime | element | 0/1 | Returns the value for the member attribute createDate | ||
id | long | element | 0/1 | Returns the value for the member attribute id | ||
owner | string | element | 0/1 | Returns the value for the member attribute owner | ||
updateDate | dateTime | element | 0/1 | Returns the value for the member attribute updateDate | ||
updatedBy | string | element | 0/1 | Returns the value for the member attribute updatedBy |
Example
<VXRepository> <name>...</name> <description>...</description> <repositoryType>...</repositoryType> <config>...</config> <isActive>...</isActive> <version>...</version> <id>...</id> <createDate>...</createDate> <updateDate>...</updateDate> <owner>...</owner> <updatedBy>...</updatedBy> </VXRepository>