The technique common specifies the common method for accessing this source element's data. |
<xs:element name="technique_common" minOccurs="0"> <xs:annotation> <xs:documentation>The technique common specifies the common method for accessing this source element's data.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="accessor" type="accessor_type"> <xs:annotation> <xs:documentation>The source's technique_common must have one and only one accessor.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |