Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

SchemaSpec

Specifies the XML schema against which this XData block can be validated.

Usage

To specify an XML schema against which this XData block can be validated, use syntax like the following:

XData name [ SchemaSpec = "schemanamespaceURL schemaURL" ]
{
}

Where:

  • schemanamespaceURL is the URI of the namespace to which the schema belongs

  • schemaURL is the URL of the schema document

Note that there is a space character between these items. Also note the use of double quotes.

Details

This keyword specifies the XML schema against which this XData block can be validated.

Default

If you omit this keyword, the XData block does not provide an XML schema you can use to validate its contents.

Example

XData MyXData [ SchemaSpec = "http:///www.person.com http://www.MyCompany.com/schemas/person.xsd" ]
{
}

See Also

FeedbackOpens in a new tab