Share via


Characteristic.Vocabulary Property

Definition

Characteristic Grammar

Represents the following attribute in the schema: vocabulary

[DocumentFormat.OpenXml.SchemaAttr(0, "vocabulary")]
public DocumentFormat.OpenXml.StringValue Vocabulary { get; set; }
public DocumentFormat.OpenXml.StringValue Vocabulary { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "vocabulary")]
public DocumentFormat.OpenXml.StringValue? Vocabulary { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("vocabulary")]
public DocumentFormat.OpenXml.StringValue? Vocabulary { get; set; }
public DocumentFormat.OpenXml.StringValue? Vocabulary { get; set; }
member this.Vocabulary : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "vocabulary")>]
member this.Vocabulary : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("vocabulary")>]
member this.Vocabulary : DocumentFormat.OpenXml.StringValue with get, set
Public Property Vocabulary As StringValue

Property Value

Returns StringValue.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies a URI defining the characteristic grammar with which the name attribute value shall be interpreted.

If this attribute is omitted, then the default grammar (as defined above) shall be used.

The possible values for this attribute are defined by the XML Schema anyURI data type.

Applies to