Namespace
http://www.nemsis.org
Annotations
Root Tag for State Dataset
Diagram
Properties
Model
sState ,
seCustomConfiguration{0,1} ,
sdCustomConfiguration{0,1} ,
sSoftware ,
sElement ,
sConfiguration ,
sAgency{0,1} ,
sFacility{0,1}
Children
sAgency , sConfiguration , sElement , sFacility , sSoftware , sState , sdCustomConfiguration , seCustomConfiguration
Instance
<StateDataSet effectiveDate= "" timestamp= "" xmlns= "http://www.nemsis.org" >
<sState > {1,1} </sState>
<seCustomConfiguration > {0,1} </seCustomConfiguration>
<sdCustomConfiguration > {0,1} </sdCustomConfiguration>
<sSoftware > {1,1} </sSoftware>
<sElement > {1,1} </sElement>
<sConfiguration > {1,1} </sConfiguration>
<sAgency > {0,1} </sAgency>
<sFacility > {0,1} </sFacility>
</StateDataSet>
Attributes
Source
<xs:element name= "StateDataSet" >
<xs:annotation >
<xs:documentation > Root Tag for State Dataset </xs:documentation>
</xs:annotation>
<xs:complexType >
<xs:sequence >
<xs:element name= "sState" type= "sState" id= "sStateSection" >
<xs:annotation >
<xs:documentation > State information for this State Dataset. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "seCustomConfiguration" type= "seCustomConfiguration" id= "seCustomConfigurationSection" minOccurs= "0" >
<xs:annotation >
<xs:documentation > Patient Care Report Custom Elements </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "sdCustomConfiguration" type= "sdCustomConfiguration" id= "sdCustomConfigurationSection" minOccurs= "0" >
<xs:annotation >
<xs:documentation > Demographic Custom Elements </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "sSoftware" type= "sSoftware" id= "sSoftwareSection" >
<xs:annotation >
<xs:documentation > Software Information </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "sElement" type= "sElement" id= "sElementSection" >
<xs:annotation >
<xs:documentation > State Collected Elements </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "sConfiguration" type= "sConfiguration" id= "sConfigurationSection" >
<xs:annotation >
<xs:documentation > Configuration Information </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "sAgency" type= "sAgency" id= "sAgencySection" minOccurs= "0" >
<xs:annotation >
<xs:documentation > Agency Information </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name= "sFacility" type= "sFacility" id= "sFacilitySection" minOccurs= "0" >
<xs:annotation >
<xs:documentation > Facility Information </xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name= "timestamp" type= "DateTimeType" />
<xs:attribute name= "effectiveDate" type= "DateTimeType" />
</xs:complexType>
</xs:element>