Definition Type: AttributeGroup
Name: ObjectPropertyAttributes
Namespace: http://www.adsml.org/adsmlstructureddescriptions/1.0
Containing Schema: AdsMLStructuredDescriptions-1.0-PublicTypeLibrary-AS.xsd
Collapse XSD Schema Diagram:
Drilldown into publishable in schema adsmlstructureddescriptions-1_0-publictypelibrary-as_xsd Drilldown into searchable in schema adsmlstructureddescriptions-1_0-publictypelibrary-as_xsd Drilldown into formatMask in schema adsmlstructureddescriptions-1_0-publictypelibrary-as_xsd Drilldown into maxLength in schema adsmlstructureddescriptions-1_0-publictypelibrary-as_xsd Drilldown into minLength in schema adsmlstructureddescriptions-1_0-publictypelibrary-as_xsd Drilldown into maxValue in schema adsmlstructureddescriptions-1_0-publictypelibrary-as_xsd Drilldown into minValue in schema adsmlstructureddescriptions-1_0-publictypelibrary-as_xsd Drilldown into allowedValuesURIRef in schema adsmlstructureddescriptions-1_0-publictypelibrary-as_xsd Drilldown into defaultValue in schema adsmlstructureddescriptions-1_0-publictypelibrary-as_xsd Drilldown into value in schema adsmlstructureddescriptions-1_0-publictypelibrary-as_xsd Drilldown into dataType in schema adsmlstructureddescriptions-1_0-publictypelibrary-as_xsd Drilldown into repeatable in schema adsmlstructureddescriptions-1_0-publictypelibrary-as_xsd Drilldown into usage in schema adsmlstructureddescriptions-1_0-publictypelibrary-as_xsd Drilldown into displayName in schema adsmlstructureddescriptions-1_0-publictypelibrary-as_xsd Drilldown into internalName in schema adsmlstructureddescriptions-1_0-publictypelibrary-as_xsd Drilldown into propertyID in schema adsmlstructureddescriptions-1_0-publictypelibrary-as_xsd Drilldown into CommonObjectPropertyAttributes in schema adsmlstructureddescriptions-1_0-publictypelibrary-as_xsdXSD Diagram of ObjectPropertyAttributes in schema adsmlstructureddescriptions-1_0-publictypelibrary-as_xsd (AdsML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
propertyID adsml-sd:propertyID Required
internalName adsml-sd:internalName Required
displayName adsml-sd:displayName (Optional)
usage adsml-sd:usage (Optional)
repeatable adsml-sd:repeatable (Optional)
dataType adsml-sd:dataType (Optional)
value adsml-sd:value (Optional)
defaultValue adsml-sd:defaultValue (Optional)
allowedValuesURIRef adsml-sd:allowedValuesURIRef (Optional)
minValue adsml-sd:minValue (Optional)
maxValue adsml-sd:maxValue (Optional)
minLength adsml-sd:minLength (Optional)
maxLength adsml-sd:maxLength (Optional)
formatMask adsml-sd:formatMask (Optional)
searchable adsml-sd:searchable (Optional)
publishable adsml-sd:publishable (Optional)