Default language.

Transforming XML and AR System objects


To transform XML Schema into  objects and vice versa, you use the XML Schema definition files (.xsd files) and the XML API functions. The  XML Schema definition files describe the format and rules for defining the objects.

You can also import from and export to XML files using , and the import and export CLI programs. To make sure that you can import and export your own XML files and objects with , check the AR XML Schema definition files for format information.

For individual  XML tag descriptions, see the XML definition files.

Schema definition files

XML Schemas are documents that are used to define and validate the content and structure of XML data.

An XML Schema defines and describes an XML instance document using the XML Schema definition language (XSD). An XML instance document conforms to the standards of the XML Schema. XML Schema elements (elements, attributes, types, and groups) are used to define the structure, content, and relationship of the XML data. XML Schemas can also provide default values for attributes, and elements. For more information, see the World Wide Web Consortium (W3C) website: http://www.w3.org/.

The  XML Schemas describe the format of the XML that is produced and consumed by . Applications can be built to integrate with the  using XML that conforms to the standards of the  XML Schemas.

The XML schemas can also be used to validate the XML instance documents. This verifies that all of the elements of data exist, are in the expected sequence, and are all of the correct data type. This helps make sure that  can interpret the XML instance document that is received.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*