PropertyGroupType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
displayName ShortStringType optional
internalName ShortStringType required
propertyID ShortTokenType required

Used By

Element PropertyGroup

Source

<xs:complexType name="PropertyGroupType">
  <xs:choice maxOccurs="unbounded">
    <xs:element ref="Property"/>
    <xs:element ref="PropertyGroup"/>
  </xs:choice>
  <xs:attributeGroup ref="CommonPropertyAttributes"/>
</xs:complexType>