Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element SegmentEffectiveStartDateRecord / EffectiveStartDateTime
Namespace No namespace
Annotations
A date\time used to indicate when the component depicted in the segment starts to be 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="EffectiveStartDateTime" type="DateTimeType">
  <xs:annotation>
    <xs:documentation>A date\time used to indicate when the component depicted in the segment starts to be available for use.</xs:documentation>
  </xs:annotation>
</xs:element>
Element SegmentEffectiveStartDateRecord / EffectiveStartDateContextCode
Namespace No namespace
Annotations
An associated event which gives significance to the effective start date for a segment for example first order date.
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_EffectiveStartDateContextCodeType.tmp#EffectiveStartDateContextCodeType
Type EffectiveStartDateContextCodeType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
pattern (\c+) & ((AD_START_DATE)|(FIRST_DELIVERY_DATE)|(FIRST_ORDER_DATE)|(FIRST_SHIP_DATE)|(VALIDITY_START_DATE))
Source
<xs:element minOccurs="1" maxOccurs="1" name="EffectiveStartDateContextCode" type="EffectiveStartDateContextCodeType">
  <xs:annotation>
    <xs:documentation>An associated event which gives significance to the effective start date for a segment for example first order date.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type SegmentEffectiveStartDateRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_SegmentEffectiveStartDateRecord.tmp#SegmentEffectiveStartDateRecord_EffectiveStartDateTimee-document-3_1_10_xsd_Complex_Type_SegmentEffectiveStartDateRecord.tmp#SegmentEffectiveStartDateRecord_EffectiveStartDateContextCode
Used by
Model
Children EffectiveStartDateContextCode, EffectiveStartDateTime
Source
<xs:complexType name="SegmentEffectiveStartDateRecord">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="EffectiveStartDateTime" type="DateTimeType">
      <xs:annotation>
        <xs:documentation>A date\time used to indicate when the component depicted in the segment starts to be available for use.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="1" maxOccurs="1" name="EffectiveStartDateContextCode" type="EffectiveStartDateContextCodeType">
      <xs:annotation>
        <xs:documentation>An associated event which gives significance to the effective start date for a segment for example first order date.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>