|
| Namespace |
No namespace |
|
Diagram
|
|
| Type |
restriction of xs:dateTime |
|
Facets
|
| pattern |
\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2} |
|
|
|
Used by
|
| Attributes |
@effectiveDate, @expirationDate, @lastModifiedDate, @officialReleaseDate, BusinessNameWithLanguage/@lastTranslated, DataSetConceptHistory/@validTimeHigh, FreeFormMarkupWithLanguage/@lastTranslated, FreeFormMarkupWithLanguageCode/@lastTranslated, IncludeDefinition/@effectiveDate, InheritDefinition/@effectiveDate, IssueAssignment/@effectiveDate, IssueObject/@effectiveDate, IssueTracking/@effectiveDate, ObjectHistory/@date, ProjectAuthorType/@expirationDate, ProjectHistory/@date, ProjectRelease/@date, StructureDefinitionAssociationType/@effectiveDate, TemplateAssociationConcept/@effectiveDate, TemplateAssociationDefinition/@effectiveDate, instances/@effectiveDate |
| Simple Type |
StaticFlexibility |
| Element |
ScenarioTemplateConditionWhen/answerDate |
|
|
Source
|
<xs:simpleType name="TimeStampNoTimezone">
<xs:restriction base="xs:dateTime">
<xs:pattern value="\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}"/>
</xs:restriction>
</xs:simpleType>
|
|
|
|