| ||
detail: element | attribute | value |
XML Example:<Facet> <attributeName>xsd:string</attributeName> <attributeType>xsd:string</attributeType> zero or N[<values>FacetValue</values>] </Facet> | JSON Example:{ "attributeName": String, "attributeType": String, "values": [FacetValue], } |
Name | Type | Required | Nillable | Default Value | Description |
---|---|---|---|---|---|
attributeName | xsd:string | false | false | The localised attribute-name. | |
attributeType | xsd:string | false | false | The type of the attribute. | |
values | zero or N[FacetValue] | false | false | List of Facet-Value. |
| ||
detail: element | attribute | value |