<xsd:complexType name="ChildBaseType"> <xsd:sequence> <xsd:element minOccurs="0" name="BirthDate" type="udt:DateType"> <xsd:annotation> <xsd:documentation> Birth date of child </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element minOccurs="0" name="GenderCode" type="scl:GenderEnumeratedType"> <xsd:annotation> <xsd:documentation> Gender of child </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType>