Characteristic.Vocabulary Property
Characteristic Grammar.Represents the attribte in schema: vocabulary
Namespace: DocumentFormat.OpenXml.AdditionalCharacteristics
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "vocabulary")> _
Public Property Vocabulary As StringValue
Get
Set
'Usage
Dim instance As Characteristic
Dim value As StringValue
value = instance.Vocabulary
instance.Vocabulary = value
[SchemaAttrAttribute(, "vocabulary")]
public StringValue Vocabulary { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.
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.