scr:SoftwareDetailType

complexType SoftwareDetailType in namespace http://release.niem.gov/niem/domains/screening/4.2/

Definition

A data type that specifies the details of capture software

Diagram

XML Schema

<xs:complexType name="SoftwareDetailType">
<xs:annotation>
<xs:documentation>
A data type that specifies the details of capture software
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="scr:SoftwareVendorNameText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:SoftwareVersionNumberID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:SoftwareDetailAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>