<xs:complexType name="LI_ProcessStep_Type">
<xs:complexContent>
<xs:extension base="gco:AbstractObject_Type">
<xs:sequence>
<xs:element name="description" type="gco:CharacterString_PropertyType"/>
<xs:element name="rationale" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="dateTime" type="gco:DateTime_PropertyType" minOccurs="0"/>
<xs:element name="processor" type="gmd:CI_ResponsibleParty_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="source" type="gmd:LI_Source_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |