complexType ContentStandard
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p331.png
namespace http://ed-fi.org/0210
children Title Author Version URI PublicationDate PublicationYear PublicationStatus MandatingEducationOrganizationReference BeginDate EndDate
used by
elements Assessment/ContentStandard LearningObjective/ContentStandard LearningStandard/ContentStandard LearningStandardLookupType/ContentStandard
annotation
documentation
An indication as to whether an assessment conforms to a standard (e.g., local standard,statewide standard, regional standard, association standard).
    ...
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="ContentStandard">
 
<xs:annotation>
   
<xs:documentation>An indication as to whether an assessment conforms to a standard (e.g., local standard,statewide standard, regional standard, association standard).
    ...
</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Title" type="ContentStandardTitle">
     
<xs:annotation>
       
<xs:documentation>The name of the content standard, for example Common Core.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Author" type="Author" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>The person or organization chiefly responsible for the intellectual content of the standard.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Version" type="ContentStandardVersion" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The version identifier for the content.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="URI" type="URI" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>An unambiguous reference to the standards using a network-resolvable URI.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:choice minOccurs="0">
     
<xs:element name="PublicationDate" type="xs:date">
       
<xs:annotation>
         
<xs:documentation>The date on which this content was first published.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="PublicationYear" type="xs:gYear">
       
<xs:annotation>
         
<xs:documentation>The year at which this content was first published.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:choice>
   
<xs:element name="PublicationStatus" type="PublicationStatusType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The publication status of the document (i.e., Adopted, Draft, Published, Deprecated, Unknown).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="MandatingEducationOrganizationReference" type="EducationOrganizationReferenceType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Optionally relates the entity mandating the use of the content standard.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BeginDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The beginning of the period during which this learning standard document is intended for use.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EndDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The end of the period during which this learning standard document is intended for use.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ContentStandard/Title
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p332.png
namespace http://ed-fi.org/0210
type ContentStandardTitle
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 75
annotation
documentation
The name of the content standard, for example Common Core.
source <xs:element name="Title" type="ContentStandardTitle">
 
<xs:annotation>
   
<xs:documentation>The name of the content standard, for example Common Core.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContentStandard/Author
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p333.png
namespace http://ed-fi.org/0210
type Author
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
annotation
documentation
The person or organization chiefly responsible for the intellectual content of the standard.
source <xs:element name="Author" type="Author" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The person or organization chiefly responsible for the intellectual content of the standard.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContentStandard/Version
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p334.png
namespace http://ed-fi.org/0210
type ContentStandardVersion
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 50
annotation
documentation
The version identifier for the content.
source <xs:element name="Version" type="ContentStandardVersion" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The version identifier for the content.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContentStandard/URI
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p335.png
namespace http://ed-fi.org/0210
type URI
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 5
maxLength 255
annotation
documentation
An unambiguous reference to the standards using a network-resolvable URI.
source <xs:element name="URI" type="URI" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An unambiguous reference to the standards using a network-resolvable URI.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContentStandard/PublicationDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p336.png
namespace http://ed-fi.org/0210
type xs:date
properties
content simple
annotation
documentation
The date on which this content was first published.
source <xs:element name="PublicationDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The date on which this content was first published.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContentStandard/PublicationYear
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p337.png
namespace http://ed-fi.org/0210
type xs:gYear
properties
content simple
annotation
documentation
The year at which this content was first published.
source <xs:element name="PublicationYear" type="xs:gYear">
 
<xs:annotation>
   
<xs:documentation>The year at which this content was first published.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContentStandard/PublicationStatus
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p338.png
namespace http://ed-fi.org/0210
type PublicationStatusType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Adopted
enumeration Draft
enumeration Published
enumeration Deprecated
enumeration Unknown
annotation
documentation
The publication status of the document (i.e., Adopted, Draft, Published, Deprecated, Unknown).
source <xs:element name="PublicationStatus" type="PublicationStatusType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The publication status of the document (i.e., Adopted, Draft, Published, Deprecated, Unknown).</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContentStandard/MandatingEducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p339.png
namespace http://ed-fi.org/0210
type EducationOrganizationReferenceType
properties
minOcc 0
maxOcc 1
content complex
children EducationOrganizationIdentity EducationOrganizationLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Optionally relates the entity mandating the use of the content standard.
source <xs:element name="MandatingEducationOrganizationReference" type="EducationOrganizationReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Optionally relates the entity mandating the use of the content standard.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContentStandard/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p340.png
namespace http://ed-fi.org/0210
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The beginning of the period during which this learning standard document is intended for use.
source <xs:element name="BeginDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The beginning of the period during which this learning standard document is intended for use.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContentStandard/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p341.png
namespace http://ed-fi.org/0210
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The end of the period during which this learning standard document is intended for use.
source <xs:element name="EndDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The end of the period during which this learning standard document is intended for use.</xs:documentation>
 
</xs:annotation>
</xs:element>