j:BirthType
complexType BirthType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/
Definition
A data type for a live birth of a human being.
Diagram
XML Schema
<xs:complexType name="BirthType">
<xs:annotation>
<xs:documentation>
A data type for a live birth of a human being.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:ActivityType">
<xs:sequence>
<xs:element ref="j:BirthAttendant" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BirthChildBirthOrderNumeric" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BirthRegistration" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PersonHospitalBirthIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BirthAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>