spml:AttributeDefinition

Complex Type Information

Model

properties{0,1} , ANY element from ANY namespace
Children: properties

Attributes

QName Type Fixed Default Use Inheritable Annotation
description string optional
multivalued boolean false optional
name string required
type string xsd:string optional
Wildcard: ANY attribute from ANY namespace OTHER than 'urn:oasis:names:tc:SPML:1:0'

Used By

Source

<xsd:complexType name="AttributeDefinition">
  <xsd:sequence>
    <xsd:element name="properties" type="spml:Properties" minOccurs="0" maxOccurs="1"/>
    <xsd:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
  </xsd:sequence>
  <xsd:attribute name="name" type="xsd:string" use="required"/>
  <xsd:attribute name="description" type="xsd:string" use="optional"/>
  <xsd:attribute name="multivalued" type="xsd:boolean" use="optional" default="false"/>
  <xsd:attribute name="type" type="xsd:string" use="optional" default="xsd:string"/>
  <xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>