Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element CertificationDetailRecord / IsCertificateRequired
Namespace No namespace
Annotations
Determines whether a specific certificate is required by
regulation or legal property
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_YesNoType.tmp#YesNoType
Type YesNoType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
pattern (\c+) & ((YES)|(NO)|(yes)|(no))
Source
<xs:element minOccurs="0" maxOccurs="1" name="IsCertificateRequired" type="YesNoType">
  <xs:annotation>
    <xs:documentation>Determines whether a specific certificate is required by regulation or legal property</xs:documentation>
  </xs:annotation>
</xs:element>
Element CertificationDetailRecord / CertificationStandardCode
Namespace No namespace
Annotations
Name of the certification standard. Example: Hygiene certification, Excise certification
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_CertificationStandardType.tmp#CertificationStandardType
Type CertificationStandardType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
pattern (\c+) & ((EXISE_CERTIFICATE)|(HEALTH_CERTIFICATE))
Source
<xs:element minOccurs="0" maxOccurs="1" name="CertificationStandardCode" type="CertificationStandardType">
  <xs:annotation>
    <xs:documentation>Name of the certification standard. Example: Hygiene certification, Excise certification</xs:documentation>
  </xs:annotation>
</xs:element>
Element CertificationDetailRecord / HasCertificate
Namespace No namespace
Annotations
Indicates whether the trade item has the specific certificate or not
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_YesNoType.tmp#YesNoType
Type YesNoType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
pattern (\c+) & ((YES)|(NO)|(yes)|(no))
Source
<xs:element minOccurs="0" maxOccurs="1" name="HasCertificate" type="YesNoType">
  <xs:annotation>
    <xs:documentation>Indicates whether the trade item has the specific certificate or not</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type CertificationDetailRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_CertificationDetailRecord.tmp#CertificationDetailRecord_IsCertificateRequirede-document-3_1_10_xsd_Complex_Type_CertificationDetailRecord.tmp#CertificationDetailRecord_CertificationStandardCodee-document-3_1_10_xsd_Complex_Type_CertificationDetailRecord.tmp#CertificationDetailRecord_HasCertificate
Used by
Model
Children CertificationStandardCode, HasCertificate, IsCertificateRequired
Source
<xs:complexType name="CertificationDetailRecord">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="IsCertificateRequired" type="YesNoType">
      <xs:annotation>
        <xs:documentation>Determines whether a specific certificate is required by regulation or legal property</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="1" name="CertificationStandardCode" type="CertificationStandardType">
      <xs:annotation>
        <xs:documentation>Name of the certification standard. Example: Hygiene certification, Excise certification</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="1" name="HasCertificate" type="YesNoType">
      <xs:annotation>
        <xs:documentation>Indicates whether the trade item has the specific certificate or not</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>