| ||
detail: element | attribute | value |
XML Example:<CoreIdentifier> <coreDirectory>xsd:string</coreDirectory> <corename>xsd:string</corename> <group>xsd:string</group> </CoreIdentifier> | JSON Example:{ "coreDirectory": String, "corename": String, "group": String, } |
Name | Type | Required | Nillable | Default Value | Description |
---|---|---|---|---|---|
coreDirectory | xsd:string | false | false | ||
corename | xsd:string | false | false | ||
group | xsd:string | false | false |
| ||
detail: element | attribute | value |