Metadata for each Property. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
property | xs:string | optional |
<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> |