PropertyType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
dvalue XPathExpression optional
name xs:string required
value xs:string optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.xrules.org/2003/11'

Used By

Source

<xs:complexType name="PropertyType">
  <xs:attribute name="name" type="xs:string" use="required"/>
  <xs:attribute name="value" type="xs:string" use="optional"/>
  <xs:attribute name="dvalue" type="xr:XPathExpression" use="optional"/>
  <!-- TODO: implementation not complete yet
		<xs:attribute name="type" type="xs:QName" use="optional" />
		-->
  <xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>