<xs:attributeGroup name="ObjectPropertyAttributes">
<xs:attributeGroup ref="CommonObjectPropertyAttributes" />
<xs:attribute name="dataType" type="DataType" />
<xs:attribute name="value" type="adsml:StringType" />
<xs:attribute name="defaultValue" type="adsml:StringType" />
<xs:attribute name="allowedValuesURIRef" type="adsml:URIType" />
<xs:attribute name="minValue" type="adsml:DoubleType" />
<xs:attribute name="maxValue" type="adsml:DoubleType" />
<xs:attribute name="minLength" type="adsml:IntegerType" />
<xs:attribute name="maxLength" type="adsml:IntegerType" />
<xs:attribute name="formatMask" type="adsml:StringType" />
<xs:attribute name="searchable" type="adsml:BooleanType" />
<xs:attribute name="publishable" type="adsml:BooleanType" />
</xs:attributeGroup>
|