Definition Type: ComplexType
Name: PropertyGroupType
Namespace: http://www.adsml.org/adsmlstructureddescriptions/1.0
Containing Schema: AdsMLStructuredDescriptions-1.0-PublicTypeLibrary-AS.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PropertyGroup in schema adsmlstructureddescriptions-1_0-publictypelibrary-as_xsd Drilldown into Property 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 CommonPropertyAttributes in schema adsmlstructureddescriptions-1_0-publictypelibrary-as_xsdXSD Diagram of PropertyGroupType in schema adsmlstructureddescriptions-1_0-publictypelibrary-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:complexType name="PropertyGroupType">
    <xs:choice maxOccurs="unbounded">
        <xs:element ref="Property" />
        <xs:element ref="PropertyGroup" />
    </xs:choice>
    <xs:attributeGroup ref="CommonPropertyAttributes" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Property adsml-sd:Property (1) (1)
PropertyGroup adsml-sd:PropertyGroup (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
propertyID adsml-sd:propertyID Required
internalName adsml-sd:internalName Required
displayName adsml-sd:displayName (Optional)
Collapse Derivation Tree:
Collapse References:
adsml-sd:PropertyGroup