Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element TargetMarketInfoRecord / TargetMarketCountryCode
Namespace No namespace
Annotations
ISO 3166-1 code of the country where the product is supplied for retail
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_CountryCodeType.tmp#CountryCodeType
Type CountryCodeType
Properties
content simple
minOccurs 1
maxOccurs unbounded
Facets
minLength 2
maxLength 2
pattern [a-z]{2,2}|[A-Z]{2,2}
Source
<xs:element minOccurs="1" maxOccurs="unbounded" name="TargetMarketCountryCode" type="CountryCodeType">
  <xs:annotation>
    <xs:documentation>ISO 3166-1 code of the country where the product is supplied for retail</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type TargetMarketInfoRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_TargetMarketInfoRecord.tmp#TargetMarketInfoRecord_TargetMarketCountryCode
Used by
Model
Children TargetMarketCountryCode
Source
<xs:complexType name="TargetMarketInfoRecord">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="unbounded" name="TargetMarketCountryCode" type="CountryCodeType">
      <xs:annotation>
        <xs:documentation>ISO 3166-1 code of the country where the product is supplied for retail</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>