Showing:

Diagrams
Facets
Model
Properties
Source
Used by
Element PeriodRecord / PeriodName
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NormalTextType.tmp#NormalTextType
Type NormalTextType
Properties
content simple
minOccurs 0
Facets
maxLength 100
Source
<xs:element minOccurs="0" name="PeriodName" type="NormalTextType"/>
Element PeriodRecord / StartDate
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_DateTimeType.tmp#DateTimeType
Type DateTimeType
Properties
content simple
minOccurs 0
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="0" name="StartDate" type="DateTimeType"/>
Element PeriodRecord / EndDate
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_DateTimeType.tmp#DateTimeType
Type DateTimeType
Properties
content simple
minOccurs 0
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="0" name="EndDate" type="DateTimeType"/>
Complex Type PeriodRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_PeriodRecord.tmp#PeriodRecord_PeriodNamee-document-3_1_10_xsd_Complex_Type_PeriodRecord.tmp#PeriodRecord_StartDatee-document-3_1_10_xsd_Complex_Type_PeriodRecord.tmp#PeriodRecord_EndDate
Used by
Model
Children EndDate, PeriodName, StartDate
Source
<xs:complexType name="PeriodRecord">
  <xs:sequence>
    <xs:element minOccurs="0" name="PeriodName" type="NormalTextType"/>
    <xs:element minOccurs="0" name="StartDate" type="DateTimeType"/>
    <xs:element minOccurs="0" name="EndDate" type="DateTimeType"/>
  </xs:sequence>
</xs:complexType>