name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
contents | string | element | 0/1 | ||
name | string | element | 0/1 | ||
Properties inherited from ownedObject |
|||||
owner | string | element | 0/1 | ||
timestamp | long | element | 0/1 |
Example
<s-----> <contents> #!/bin/bash echo "Reading system-wide config...." >&2\n. /etc/cool.cfg if [ -r ~/.coolrc ]; then echo "Reading user config...." >&2\n . ~/.coolrc\nfi</contents> <name>config.sh</name> <owner>user1</owner> <timestamp>...</timestamp> </s----->