Skip to main content

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