Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element SegmentEffectiveEndDateRecord / EffectiveEndDateTime
Namespace No namespace
Annotations
A date\time used to indicate when the component depicted in the segment is no longer available for use.
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_DateTimeType.tmp#DateTimeType
Type DateTimeType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
minLength 10
maxLength 29
pattern \d{4,}-\d\d-\d\d(T\d\d:\d\d:\d\d(\.\d{1,3})?)?((\+|-)\d\d:\d\d|Z)?|\d{4,}-\d\d-\d\d((\+|-)\d\d:\d\d|Z)?
Source
<xs:element minOccurs="1" maxOccurs="1" name="EffectiveEndDateTime" type="DateTimeType">
  <xs:annotation>
    <xs:documentation>A date\time used to indicate when the component depicted in the segment is no longer available for use.</xs:documentation>
  </xs:annotation>
</xs:element>
Element SegmentEffectiveEndDateRecord / EffectiveEndDateContextCode
Namespace No namespace
Annotations
An associated event which gives significance to the effective end date for a segment for example last order date.
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_EffectiveEndDateContextCodeType.tmp#EffectiveEndDateContextCodeType
Type EffectiveEndDateContextCodeType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
pattern (\c+) & ((AD_END_DATE)|(LAST_ DELIVERY_ DATE)|(LAST_ORDER_ DATE)|(LAST_SHIP_ DATE)|(VALIDITY_END_DATE))
Source
<xs:element minOccurs="1" maxOccurs="1" name="EffectiveEndDateContextCode" type="EffectiveEndDateContextCodeType">
  <xs:annotation>
    <xs:documentation>An associated event which gives significance to the effective end date for a segment for example last order date.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type SegmentEffectiveEndDateRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_SegmentEffectiveEndDateRecord.tmp#SegmentEffectiveEndDateRecord_EffectiveEndDateTimee-document-3_1_10_xsd_Complex_Type_SegmentEffectiveEndDateRecord.tmp#SegmentEffectiveEndDateRecord_EffectiveEndDateContextCode
Used by
Model
Children EffectiveEndDateContextCode, EffectiveEndDateTime
Source
<xs:complexType name="SegmentEffectiveEndDateRecord">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="EffectiveEndDateTime" type="DateTimeType">
      <xs:annotation>
        <xs:documentation>A date\time used to indicate when the component depicted in the segment is no longer available for use.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="1" maxOccurs="1" name="EffectiveEndDateContextCode" type="EffectiveEndDateContextCodeType">
      <xs:annotation>
        <xs:documentation>An associated event which gives significance to the effective end date for a segment for example last order date.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>