CommonObjectPropertyAttributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
displayName ShortStringType optional
internalName ShortStringType required
propertyID ShortTokenType required
repeatable BooleanType optional
usage UsageType optional

Used By

Attribute Group ObjectPropertyAttributes
Complex Type ObjectPropertyGroupType

Source

<xs:attributeGroup name="CommonObjectPropertyAttributes">
  <xs:attribute name="propertyID" type="adsml:ShortTokenType" use="required"/>
  <xs:attribute name="internalName" type="adsml:ShortStringType" use="required"/>
  <xs:attribute name="displayName" type="adsml:ShortStringType"/>
  <xs:attribute name="usage" type="UsageType"/>
  <xs:attribute name="repeatable" type="adsml:BooleanType"/>
</xs:attributeGroup>