Attribute Reference
This reference describes the Visual Net Server functions implemented as an XML-vocabulary. The vocabulary is attribute-based meaning that most directives are used as attributes to the XML-elements that define content entities.
The naming convention for the Visual Net Server functions is: attributes are in small letters, elements and system parameters are in capital letters.
The XML-representation of the functions is described using an informal syntax, usage examples, and with XML-schema definitions where suitable. The syntax convention for the informal syntax is,
<SYNTAX> <elementName entityTypeName="'yes'" entityAttribute="symbol | constant "/> SYNTAX> |
where
- elementName is a wild card for an XML-element name, representing the parent element of a content entity.
- entityTypeName is the name of a content enity type
- entityAttribute is the name of an attribute (method) of the content entity type. A content entity can have zero or more such attributes.
- The values of entityAttribute are specified by symbolor constant, where symbol is either of
- elementName
: an XML-element name
- attributeName
: an XML-attribute name
- attributeValue
: an XML-attribute datatype value
- Xpath
: an XSL-T Xpath expression
- filename
: a WinOS file name path
- directory
: a WinOS directory path
- uri
: an HTTP URL or filename
- IPaddress
: a numeric IP address or DNS identifier
- data source name
: the name string of a system data source
- constant is a list of attributeValue enclosed by single quotes, separated by "|" indicating choice. e.g., 'yes'|'no'.
- A open list is specified as symbol [constant symbol]*, specifying one or more occurences of the symbol delimited by constant: e.g., attributeName [',' attributeName]*
- A choice list is specified by a list of symbol, separated by "|": e.g., uri | filename
Click on the items in the menu to the left or click the print icon at the top of this page to have Visual Net Server generate a printer friendly version of this section.
(c) 2008 CNet, all rights reserved |