PropertyDetail

Metadata for each Property.

Complex Type Information

Model

Children: description, type

Attributes

QName Type Fixed Default Use Inheritable Annotation
property xs:string optional

Used By

Source

<xs:complexType name="PropertyDetail">
  <xs:annotation>
    <xs:documentation>Metadata for each Property.</xs:documentation>
  </xs:annotation>
  <xs:all>
    <xs:element name="description" type="xs:string"/>
    <xs:element name="type" type="xs:anyType"/>
  </xs:all>
  <xs:attribute name="property" type="xs:string"/>
</xs:complexType>